Home
last modified time | relevance | path

Searched refs:offsetInBytes (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp175 …bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* valuePtr, VkDevic…
176 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize);
1038 bool BufferAccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, const void* val… in isExpectedValueFromInBuffer() argument
1040 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer()
1041 DE_ASSERT(offsetInBytes < m_inBufferAllocSize); in isExpectedValueFromInBuffer()
1043 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer()
1076 bool BufferAccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valu… in isOutBufferValueUnchanged() argument
1078 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes; in isOutBufferValueUnchanged()
1140 for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAllocSize; offsetInBytes += 4) in verifyResult() local
1142 deUint8* outValuePtr = (deUint8*)outDataPtr + offsetInBytes; in verifyResult()
[all …]
DvktRobustBufferAccessWithVariablePointersTests.cpp312 bool isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes,
315 bool isOutBufferValueUnchanged (VkDeviceSize offsetInBytes,
1507 bool AccessInstance::isExpectedValueFromInBuffer (VkDeviceSize offsetInBytes, in isExpectedValueFromInBuffer() argument
1511 DE_ASSERT(offsetInBytes % 4 == 0); in isExpectedValueFromInBuffer()
1512 DE_ASSERT(offsetInBytes < m_inBufferAccess.allocSize); in isExpectedValueFromInBuffer()
1515 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer()
1541 bool AccessInstance::isOutBufferValueUnchanged (VkDeviceSize offsetInBytes, VkDeviceSize valueSize) in isOutBufferValueUnchanged() argument
1544 const deUint8 *const outValuePtr = (deUint8*)m_outBufferAlloc->getHostPtr() + offsetInBytes; in isOutBufferValueUnchanged()
1609 …for (VkDeviceSize offsetInBytes = 0; offsetInBytes < m_outBufferAccess.allocSize; offsetInBytes +=… in verifyResult() local
1611 const deUint8* outValuePtr = static_cast<const deUint8*>(outDataPtr) + offsetInBytes; in verifyResult()
[all …]
/external/skia/src/gpu/mock/
DGrMockOpTarget.h69 size_t* offsetInBytes) override { in makeDrawIndirectSpace() argument
75 *offsetInBytes = 0; in makeDrawIndirectSpace()
83 size_t* offsetInBytes) override { in makeDrawIndexedIndirectSpace() argument
89 *offsetInBytes = 0; in makeDrawIndexedIndirectSpace()
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp87 size_t offsetInBytes, in set() argument
96 array->fOffset != offsetInBytes) { in set()
99 const GrGLvoid* offsetAsPtr = reinterpret_cast<const GrGLvoid*>(offsetInBytes); in set()
120 array->fOffset = offsetInBytes; in set()
DGrGLVertexArray.h46 size_t offsetInBytes,
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp85 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()
DGrGLVertexArray.h46 size_t offsetInBytes,
/external/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.cpp66 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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1095 &bcmd->offsetInBytes, gbshader, 0); in SVGA3D_vgpu10_DefineAndBindShader()
1238 uint32 offsetInBytes, in SVGA3D_vgpu10_SetSingleConstantBuffer() argument
1243 assert(offsetInBytes % 256 == 0); in SVGA3D_vgpu10_SetSingleConstantBuffer()
1258 cmd->offsetInBytes = offsetInBytes; in SVGA3D_vgpu10_SetSingleConstantBuffer()
1271 uint32 offsetInBytes) in SVGA3D_vgpu10_SetConstantBufferOffset() argument
1275 assert(offsetInBytes % 256 == 0); in SVGA3D_vgpu10_SetConstantBufferOffset()
1284 cmd->offsetInBytes = offsetInBytes; in SVGA3D_vgpu10_SetConstantBufferOffset()
1604 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
1606 &bcmd->offsetInBytes, declBuf, 0, in SVGA3D_sm5_DefineAndBindStreamOutput()
1610 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
Dsvga_cmd.h656 uint32 offsetInBytes,
663 uint32 offsetInBytes);
Dsvga_cmd.c1643 &cmd->offsetInBytes, gbshader, 0); in SVGA3D_BindGBShader()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h229 uint32 offsetInBytes; member
940 uint32 offsetInBytes; member
1492 uint32 offsetInBytes; member
1513 uint32 offsetInBytes; member
1565 uint32 offsetInBytes; member
1614 uint32 offsetInBytes; member
1722 uint32 offsetInBytes; member
Dsvga3d_cmd.h1410 uint32 offsetInBytes; member
2003 uint32 offsetInBytes; member
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h204 size_t* offsetInBytes) = 0;
212 size_t* offsetInBytes) = 0;
/external/skia/src/gpu/
DGrVertexWriter.h43 GrVertexWriter makeOffset(size_t offsetInBytes) const { in makeOffset()
44 return {SkTAddOffset<void>(fPtr, offsetInBytes)}; in makeOffset()
/external/drm_hwcomposer/bufferinfo/
DBufferInfoMapperMetadata.cpp138 bo->offsets[i] = layouts[i].offsetInBytes; in ConvertBoInfo()
/external/flatbuffers/dart/test/
Dflat_buffers_test.dart161 ByteData byteData = byteList.buffer.asByteData(byteList.offsetInBytes);
230 ByteData byteData = byteList.buffer.asByteData(byteList.offsetInBytes);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
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()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.cc549 planeLayout.offsetInBytes = crosHandle->offsets[plane]; in get()
/external/flatbuffers/dart/lib/
Dflat_buffers.dart33 ByteData buf = new ByteData.view(uint8List.buffer, uint8List.offsetInBytes);
44 _buffer.buffer.asUint8List(_buffer.offsetInBytes + offset, length);