Searched refs:bufferAccess (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp83 void uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const Allocation& bufferAlloc);
237 void FillBufferTestInstance::uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const Allocation& bufferAlloc) argument
241 const deUint32 bufferSize = calculateSize(bufferAccess);
244 deMemcpy(bufferAlloc.getHostPtr(), bufferAccess.getDataPtr(), bufferSize);
H A DvktApiCopiesAndBlittingTests.cpp197 void uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const Allocation& bufferAlloc);
322 void CopiesAndBlittingTestInstance::uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const Allocation& bufferAlloc) argument
326 const deUint32 bufferSize = calculateSize(bufferAccess);
329 deMemcpy(bufferAlloc.getHostPtr(), bufferAccess.getDataPtr(), bufferSize);
/external/skia/src/gpu/
H A DGrProcessor.cpp193 if (this->bufferAccess(i) != that.bufferAccess(i)) {
H A DGrProgramDesc.cpp90 const GrProcessor::BufferAccess& access = proc.bufferAccess(i);
/external/skia/include/gpu/
H A DGrProcessor.h93 const BufferAccess& bufferAccess(int index) const { return *fBufferAccesses[index]; } function in class:GrProcessor
/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp153 const GrProcessor::BufferAccess& access = processor.bufferAccess(i);
/external/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp289 const GrProcessor::BufferAccess& access = processor.bufferAccess(b);

Completed in 164 milliseconds