Home
last modified time | relevance | path

Searched refs:offsetInBytes (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp192 bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* valuePtr, VkDeviceSize valueSize);
193 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize);
1208 bool BufferAccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* valuePtr, VkDeviceSize valueSize) in isExpectedValueFromInBuffer() argument
1210 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer()
1211 DE_ASSERT(offsetInBytes < m_inBufferAllocSize); in isExpectedValueFromInBuffer()
1213 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer()
1246 bool BufferAccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize)
1248 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes;
1310 for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAllocSiz
[all...]
H A DvktRobustBufferAccessWithVariablePointersTests.cpp328 bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes,
331 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes,
1565 bool AccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, in isExpectedValueFromInBuffer() argument
1569 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer()
1570 DE_ASSERT(offsetInBytes < m_inBufferAccess.allocSize); in isExpectedValueFromInBuffer()
1573 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer()
1599 bool AccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize)
1602 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes;
1667 for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAcces in verifyResult()
[all...]
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h71 size_t* offsetInBytes) override {
77 *offsetInBytes = 0;
85 size_t* offsetInBytes) override {
91 *offsetInBytes = 0;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp196 bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* valuePtr, VkDeviceSize valueSize);
197 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize);
1267 bool BufferAccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* valuePtr, VkDeviceSize valueSize) in isExpectedValueFromInBuffer() argument
1269 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer()
1270 DE_ASSERT(offsetInBytes < m_inBufferAllocSize); in isExpectedValueFromInBuffer()
1272 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer()
1305 bool BufferAccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize)
1307 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes;
1369 for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAllocSiz
[all...]
H A DvktRobustBufferAccessWithVariablePointersTests.cpp324 bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes,
327 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes,
1559 bool AccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, in isExpectedValueFromInBuffer() argument
1563 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer()
1564 DE_ASSERT(offsetInBytes < m_inBufferAccess.allocSize); in isExpectedValueFromInBuffer()
1567 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer()
1593 bool AccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize)
1596 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes;
1661 for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAcces in verifyResult()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp66 size_t offsetInBytes = offset * componentStride; in OutputSSBOLoadFunctionBody() local
67 out << convertString << "buffer.Load(loc + " << offsetInBytes << ")),"; in OutputSSBOLoadFunctionBody() local
154 size_t offsetInBytes = swizzleOffsets[index] * componentStride; in OutputSSBOStoreFunctionBody() local
155 out << "buffer.Store(loc + " << offsetInBytes << ", _value[" << index << "]);\n"; in OutputSSBOStoreFunctionBody()
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp85 size_t offsetInBytes, in set()
97 offsetAsPtr = static_cast<const GrCpuBuffer*>(vertexBuffer)->data() + offsetInBytes; in set()
104 offsetAsPtr = reinterpret_cast<const char*>(offsetInBytes); in set()
79 set(GrGLGpu* gpu, int index, const GrBuffer* vertexBuffer, GrVertexAttribType cpuType, GrSLType gpuType, GrGLsizei stride, size_t offsetInBytes, int divisor) set() argument
H A DGrGLVertexArray.h46 size_t offsetInBytes,
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h230 uint32 offsetInBytes; member
286 uint32 offsetInBytes; member
1073 uint32 offsetInBytes; member
1799 uint32 offsetInBytes; member
1820 uint32 offsetInBytes; member
1870 uint32 offsetInBytes; member
1913 uint32 offsetInBytes; member
2037 uint32 offsetInBytes; member
H A Dsvga3d_cmd.h1434 uint32 offsetInBytes; member
2027 uint32 offsetInBytes; member
/third_party/skia/src/gpu/
H A DGrMeshDrawTarget.h87 size_t* offsetInBytes) = 0;
95 size_t* offsetInBytes) = 0;
H A DBufferWriter.h66 VertexWriter makeOffset(ptrdiff_t offsetInBytes) const { in makeOffset()
67 return {SkTAddOffset<void>(fPtr, offsetInBytes)}; in makeOffset()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1102 &bcmd->offsetInBytes, gbshader, 0); in SVGA3D_vgpu10_DefineAndBindShader()
1322 uint32 offsetInBytes, in SVGA3D_vgpu10_SetSingleConstantBuffer()
1327 assert(offsetInBytes % 256 == 0); in SVGA3D_vgpu10_SetSingleConstantBuffer()
1342 cmd->offsetInBytes = offsetInBytes; in SVGA3D_vgpu10_SetSingleConstantBuffer()
1355 uint32 offsetInBytes) in SVGA3D_vgpu10_SetConstantBufferOffset()
1359 assert(offsetInBytes % 256 == 0); in SVGA3D_vgpu10_SetConstantBufferOffset()
1368 cmd->offsetInBytes = offsetInBytes; in SVGA3D_vgpu10_SetConstantBufferOffset()
1793 bcmd->offsetInBytes in SVGA3D_sm5_DefineAndBindStreamOutput()
1318 SVGA3D_vgpu10_SetSingleConstantBuffer(struct svga_winsys_context *swc, unsigned slot, SVGA3dShaderType type, struct svga_winsys_surface *surface, uint32 offsetInBytes, uint32 sizeInBytes) SVGA3D_vgpu10_SetSingleConstantBuffer() argument
1352 SVGA3D_vgpu10_SetConstantBufferOffset(struct svga_winsys_context *swc, unsigned command, unsigned slot, uint32 offsetInBytes) SVGA3D_vgpu10_SetConstantBufferOffset() argument
[all...]
H A Dsvga_cmd.h680 uint32 offsetInBytes,
687 uint32 offsetInBytes);
H A Dsvga_cmd.c1645 &cmd->offsetInBytes, gbshader, 0); in SVGA3D_BindGBShader()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android_mapper.cpp142 buf_info.offsets[i] = layouts[i].offsetInBytes; in mapper_metadata_get_buffer_info()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1425 _debug_printf("\t\t.offsetInBytes = %u\n", cmd->offsetInBytes); in dump_SVGA3dCmdBindGBShader()
1906 SVGA3D_DUMP_PARAMETER(offsetInBytes, u); in SVGA3D_DUMP_HEADER()
1941 SVGA3D_DUMP_PARAMETER(offsetInBytes, u); in SVGA3D_DUMP_HEADER()

Completed in 30 milliseconds