/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 177 …bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* valuePtr, VkDevic… 178 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize); 1046 bool BufferAccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* val… in isExpectedValueFromInBuffer() argument 1048 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer() 1049 DE_ASSERT(offsetInBytes < m_inBufferAllocSize); in isExpectedValueFromInBuffer() 1051 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer() 1084 bool BufferAccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valu… in isOutBufferValueUnchanged() argument 1086 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes; in isOutBufferValueUnchanged() 1148 for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAllocSize; offsetInBytes += 4) in verifyResult() local 1150 deUint8* outValuePtr = (deUint8*)outDataPtr + offsetInBytes; in verifyResult() [all …]
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 315 bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, 318 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, 1510 bool AccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, in isExpectedValueFromInBuffer() argument 1514 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer() 1515 DE_ASSERT(offsetInBytes < m_inBufferAccess.allocSize); in isExpectedValueFromInBuffer() 1518 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer() 1544 bool AccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize) in isOutBufferValueUnchanged() argument 1547 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes; in isOutBufferValueUnchanged() 1612 …for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAccess.allocSize; offsetInBytes +=… in verifyResult() local 1614 const deUint8* outValuePtr = static_cast<const deUint8*>(outDataPtr) + offsetInBytes; in verifyResult() [all …]
|
/third_party/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 71 size_t* offsetInBytes) override { in makeDrawIndirectSpace() argument 77 *offsetInBytes = 0; in makeDrawIndirectSpace() 85 size_t* offsetInBytes) override { in makeDrawIndexedIndirectSpace() argument 91 *offsetInBytes = 0; in makeDrawIndexedIndirectSpace()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 66 size_t offsetInBytes = offset * componentStride; in OutputSSBOLoadFunctionBody() local 67 out << convertString << "buffer.Load(loc + " << offsetInBytes << ")),"; in OutputSSBOLoadFunctionBody() 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/ |
D | GrGLVertexArray.cpp | 85 size_t offsetInBytes, in set() argument 97 offsetAsPtr = static_cast<const GrCpuBuffer*>(vertexBuffer)->data() + offsetInBytes; in set() 104 offsetAsPtr = reinterpret_cast<const char*>(offsetInBytes); in set()
|
D | GrGLVertexArray.h | 46 size_t offsetInBytes,
|
/third_party/skia/src/gpu/ |
D | GrMeshDrawTarget.h | 87 size_t* offsetInBytes) = 0; 95 size_t* offsetInBytes) = 0;
|
D | BufferWriter.h | 66 VertexWriter makeOffset(ptrdiff_t offsetInBytes) const { in makeOffset() 67 return {SkTAddOffset<void>(fPtr, offsetInBytes)}; in makeOffset()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 230 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
|
D | svga3d_cmd.h | 1434 uint32 offsetInBytes; member 2027 uint32 offsetInBytes; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 1102 &bcmd->offsetInBytes, gbshader, 0); in SVGA3D_vgpu10_DefineAndBindShader() 1322 uint32 offsetInBytes, in SVGA3D_vgpu10_SetSingleConstantBuffer() argument 1327 assert(offsetInBytes % 256 == 0); in SVGA3D_vgpu10_SetSingleConstantBuffer() 1342 cmd->offsetInBytes = offsetInBytes; in SVGA3D_vgpu10_SetSingleConstantBuffer() 1355 uint32 offsetInBytes) in SVGA3D_vgpu10_SetConstantBufferOffset() argument 1359 assert(offsetInBytes % 256 == 0); in SVGA3D_vgpu10_SetConstantBufferOffset() 1368 cmd->offsetInBytes = offsetInBytes; in SVGA3D_vgpu10_SetConstantBufferOffset() 1793 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput() 1795 &bcmd->offsetInBytes, declBuf, 0, in SVGA3D_sm5_DefineAndBindStreamOutput() 1799 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
|
D | svga_cmd.h | 680 uint32 offsetInBytes, 687 uint32 offsetInBytes);
|
D | svga_cmd.c | 1645 &cmd->offsetInBytes, gbshader, 0); in SVGA3D_BindGBShader()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_android_mapper.cpp | 142 buf_info.offsets[i] = layouts[i].offsetInBytes; in mapper_metadata_get_buffer_info()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1425 _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()
|