OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetZ
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp
594
for (deUint32
offsetZ
= offset.depth;
offsetZ
< offset.depth + extent.depth; ++
offsetZ
)
598
const tcu::UVec4 referenceValue = tcu::UVec4(offsetX % 127u, offsetY % 127u,
offsetZ
% 127u, 1u);
599
const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY,
offsetZ
);
607
for (deUint32
offsetZ
= offset.depth;
offsetZ
< offset.depth + extent.depth; ++
offsetZ
)
612
const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY,
offsetZ
);
625
for (deUint32
offsetZ
= 0u; offsetZ < mipExtent.depth * imageCreateInfo.arrayLayers; ++offsetZ
[
all
...]
vktSparseResourcesImageMemoryAliasing.cpp
607
for (deUint32
offsetZ
= 0u;
offsetZ
< gridSize.z(); ++
offsetZ
)
611
const deUint32 index = offsetX + (offsetY +
offsetZ
* gridSize.y()) * gridSize.x();
613
const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY,
offsetZ
);
[
all
...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
TilingFunctions.h
654
uint32_t offsetX = 0, offsetY = 0,
offsetZ
= 0;
670
ComputeSurfaceOffset3D<UseCachedOffsets>(x, y, z, lod, pState, offsetX, offsetY,
offsetZ
);
671
return TileSwizzle3D(offsetX, offsetY,
offsetZ
, pState);
Completed in 915 milliseconds