Home
last modified time | relevance | path

Searched defs:numSlices (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h557 UINT_32 numSlices; ///< Number of surface slices or depth member
683 UINT_32 numSlices; ///< Surface depth member
771 UINT_32 numSlices; ///< Surface depth member
880 UINT_32 numSlices; ///< Number of slices member
953 UINT_32 numSlices; ///< Number of slices member
1017 UINT_32 numSlices; ///< Number of slices member
1100 UINT_32 numSlices; ///< Number of slices, of color buffer member
1169 UINT_32 numSlices; ///< Number of slices member
1230 UINT_32 numSlices; ///< Number of slices member
1292 UINT_32 numSlices; ///< Number of slice/depth member
[all …]
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp1832 UINT_32 numSlices, ///< [in] number of slices in ComputeHtileInfo()
1970 UINT_32 numSlices, ///< [in] number of slices in ComputeCmaskInfo()
2180 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskCoordFromAddr()
2363 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskAddrFromCoord()
2577 UINT_32 numSlices, ///< [in] number of slices in ComputeSurfaceAddrFromCoordLinear()
2612 UINT_32 numSlices, ///< [in] number of slices in ComputeSurfaceCoordFromAddrLinear()
Daddrlib2.h774 UINT_32 numSlices, in ComputePadSize()
791 UINT_32 numSlices, in Valid3DMipSliceIdConstraint()
/external/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp96 UINT_32 numSlices = pIn->numSlices; in DispatchComputeSurfaceInfo() local
1085 UINT_32 numSlices, ///< [in] current number of slices in ComputeSurfaceMipLevelTileMode()
1237 UINT_32 numSlices, ///< [in] current number of slices in HwlDegradeThickTileMode()
1320 UINT_32 numSlices = pIn->numSlices; in DispatchComputeSurfaceAddrFromCoord() local
2179 UINT_32 numSlices = pIn->numSlices; in DispatchComputeSurfaceCoordFromAddr() local
3198 UINT_32 numSlices, ///< [in] number of slices in ComputeHtileBytes()
Dsiaddrlib.cpp1271 UINT_32 numSlices, ///< [in] number of slices in HwlComputeHtileBytes()
1295 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskAddrFromCoord()
1453 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskCoordFromAddr()
2853 UINT_32 numSlices, ///< current number of slices in HwlDegradeThickTileMode()
Dciaddrlib.cpp911 UINT_32 numSlices, ///< [in] current number of slices in HwlDegradeThickTileMode()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp103 void sliceSourceString (const std::string& in, ShaderSources& out, const int numSlices, const size_… in sliceSourceString()
630 …t, const char* name, const char* desc, glu::ShaderType shaderType, const int numSlices, const deUi… in ShaderSourceSplitCase()
1070 const int numSlices = 1 << caseNdx; in init() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp963 const deInt32 numSlices = maxLayersOrDepth(imageSize); in testWithSizeReduction() local
1288 const int numSlices, in drawToMipLevel()
1402 const deInt32 numSlices = maxLayersOrDepth(imageSize); in testRenderToMipMaps() local
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp120 void sliceSourceString (const std::string& in, ShaderSources& out, const int numSlices, const size_… in sliceSourceString()
687 …t, const char* name, const char* desc, glu::ShaderType shaderType, const int numSlices, const deUi… in ShaderSourceSplitCase()
1696 const int numSlices = 1 << caseNdx; in init() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp932 const int numSlices = dst.getDepth(); in fillWithUniqueColors() local
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2505 const UINT_32 numSlices = Max(pIn->numSlices, 1u); in HwlGetPreferredSurfaceSetting() local
2587 const UINT_32 numSlices = Max(pIn->numSlices, 1u); in HwlGetPreferredSurfaceSetting() local
/external/mesa3d/src/mesa/main/
Dtexstore.c983 GLuint dims, slice, numSlices = 1, sliceOffset = 0; in store_texsubimage() local
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp576 UINT_32 numSlices = Max(pIn->numSlices, 1u); in HwlComputeDccInfo() local
3376 const UINT_32 numSlices = Max(pIn->numSlices, 1u); in HwlGetPreferredSurfaceSetting() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp525 int64_t numSlices = tupleType.size(); in generateTransferOpSlices() local
603 int64_t numSlices = tupleType.size(); in unrollTransferReadOp() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp5400 const deUint32 numSlices = (deUint32)source.getLevel(0).getHeight(); in getRef1DView() local
5419 const deUint32 numSlices = (deUint32)source.getLevel(0).getDepth(); in getRef2DView() local
5453 const deUint32 numSlices = (deUint32)source.getLevel(0).getDepth() / 6; in getRefCubeView() local