Home
last modified time | relevance | path

Searched defs:offsetZ (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp826 for (deUint32 offsetZ = offset.depth; offsetZ < offset.depth + extent.depth; ++offsetZ) in iterate() local
895 for (deUint32 offsetZ = offset.depth; offsetZ < offset.depth + extent.depth; ++offsetZ) in iterate() local
943 … for (deUint32 offsetZ = 0u; offsetZ < planeExtent.depth * imageCreateInfo.arrayLayers; ++offsetZ) in iterate() local
DvktSparseResourcesImageMemoryAliasing.cpp750 for (deUint32 offsetZ = 0u; offsetZ < gridSize.z(); ++offsetZ) in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp387 for (deUint32 offsetZ = 0u; offsetZ < planeExtent.depth; ++offsetZ) in testStorageImageWrite() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh695 offsetZ; /* Offsets from the start of the GlyphVariationData array member
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh691 offsetZ; /* Offsets from the start of the GlyphVariationData array member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2650 deUint32 offsetZ = baseGroupZ + localIdxZ * m_localSize.z(); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES.cpp3106 GLint offsetZ, in ValidateCopyImageSubDataTargetRegion()