Searched defs:bufferIn (Results 1 – 9 of 9) sorted by relevance
44 ANGLE_INLINE void setBuffer(const gl::Context *context, Buffer *bufferIn) in setBuffer()50 ANGLE_INLINE void assignBuffer(Buffer *bufferIn) { mBuffer.assign(bufferIn); } in assignBuffer()
29 float *bufferIn = (float *)malloc(numElements * sizeof(float)); in CppCompute() local122 vk::Buffer bufferIn; member in BufferToBufferComputeBenchmark
35 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in context_create() local
58 std::vector<std::vector<cl_uchar>> bufferIn(FRAME_NUM); in kernel_functions() local
37 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in interop_user_sync() local
146 std::vector<std::vector<T>> bufferIn(FRAME_NUM); in other_data_types() local
705 GLBuffer bufferIn; in TEST_P() local
203 VkBuffer bufferIn; in test() local
11612 ImageHelper::SubresourceUpdate::SubresourceUpdate(RefCounted<BufferHelper> *bufferIn, in SubresourceUpdate()