/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib1.cpp | 409 if (pIn->numSlices > 1) in ComputeSurfaceInfo() 412 if (pIn->slice == (pIn->numSlices - 1)) in ComputeSurfaceInfo() 414 pOut->sliceSize += pOut->sliceSize * (pOut->depth - pIn->numSlices); in ComputeSurfaceInfo() 1292 if (pIn->numSlices > 1) in ComputeHtileInfo() 1294 const UINT_32 surfBytes = (sliceSize * pIn->numSlices); in ComputeHtileInfo() 1323 pIn->numSlices, in ComputeHtileInfo() 1393 pIn->numSlices, in ComputeCmaskInfo() 1524 pIn->numSlices, in ComputeHtileAddrFromCoord() 1592 pIn->numSlices, in ComputeHtileCoordFromAddr() 1664 pIn->numSlices, in ComputeCmaskAddrFromCoord() 1827 ComputeHtileInfo( ADDR_HTILE_FLAGS flags, UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pHtileBytes, UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_64* pSliceSize, UINT_32* pBaseAlign ) const ComputeHtileInfo() argument 1965 ComputeCmaskInfo( ADDR_CMASK_FLAGS flags, UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear, ADDR_TILEINFO* pTileInfo, UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pCmaskBytes, UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_64* pSliceSize, UINT_32* pBaseAlign, UINT_32* pBlockMax ) const ComputeCmaskInfo() argument 2174 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const HwlComputeXmaskCoordFromAddr() argument 2356 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const HwlComputeXmaskAddrFromCoord() argument 2568 ComputeSurfaceAddrFromCoordLinear( UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pBitPosition ) const ComputeSurfaceAddrFromCoordLinear() argument 2605 ComputeSurfaceCoordFromAddrLinear( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample ) const ComputeSurfaceCoordFromAddrLinear() argument [all...] |
H A D | addrlib2.cpp | 183 localIn.numSlices = Max(pIn->numSlices, 1u); in ComputeSurfaceInfo() 359 localIn.numSlices = Max(pIn->numSlices, 1u); in ComputeSurfaceAddrFromCoord() 367 (localIn.slice >= localIn.numSlices) || in ComputeSurfaceAddrFromCoord() 370 (Valid3DMipSliceIdConstraint(localIn.numSlices, localIn.mipId, localIn.slice) == FALSE))) in ComputeSurfaceAddrFromCoord() 681 localIn.numSlices = Max(pIn->numSlices, 1u); in ComputeFmaskInfo() 714 pOut->numSlices = localOut.numSlices; in ComputeFmaskInfo() [all...] |
H A D | addrlib1.h | 246 BOOL_32 isLinear, UINT_32 numSlices, UINT_64* pSliceBytes, UINT_32 baseAlign) const = 0; 317 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, 327 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear, 339 UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, 344 UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, 393 UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, 398 UINT_32 pitch, UINT_32 height, UINT_32 numSlices, 528 UINT_32 pitch, UINT_32 height, UINT_32 numSlices) const;
|
H A D | addrlib2.h | 796 UINT_32 numSlices, in ComputePadSize() 801 pPadDim->d = PowTwoAlign(numSlices, pBlkDim->d); in ComputePadSize() 813 UINT_32 numSlices, in Valid3DMipSliceIdConstraint() 817 return (Max((numSlices >> mipId), 1u) > slice); in Valid3DMipSliceIdConstraint() 873 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->numSlices) + 1); in VerifyMipLevelInfo() 792 ComputePadSize( const Dim3d* pBlkDim, UINT_32 width, UINT_32 height, UINT_32 numSlices, Dim3d* pPadDim) ComputePadSize() argument 812 Valid3DMipSliceIdConstraint( UINT_32 numSlices, UINT_32 mipId, UINT_32 slice) Valid3DMipSliceIdConstraint() argument
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 557 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; ///< Numbe member 1323 UINT_32 numSlices; ///< Slices of fmask global() member 2439 UINT_32 numSlices; ///< Number surface slice/depth (of mip0), global() member 2493 UINT_32 numSlices; ///< Padded depth for 3d resource global() member 2568 UINT_32 numSlices; ///< Surface original slices (of mip0) global() member 2634 UINT_32 numSlices; ///< Surface original slices (of mip0) global() member 2755 UINT_32 numSlices; ///< Number of slices of depth surface (of mip0) global() member 2831 UINT_32 numSlices; ///< Depth surface original depth (of mip0) global() member 2887 UINT_32 numSlices; ///< Depth surface original depth (of mip0) global() member 2949 UINT_32 numSlices; ///< Number of slices of color buffer global() member 3053 UINT_32 numSlices; ///< Color surface original slices (of mip0) global() member 3114 UINT_32 numSlices; ///< Color surface original slices (of mip0) global() member 3191 UINT_32 numSlices; ///< Number of slices/depth global() member 3214 UINT_32 numSlices; ///< Slices of fmask global() member 3380 UINT_32 numSlices; ///< Number of slices, of color surface (of mip0) global() member 3491 UINT_32 numSlices; ///< Color surface original slices (of mip0) global() member 3698 UINT_32 numSlices; ///< Number surface slice/depth of mip0 global() member 3882 UINT_32 numSlices; ///< Number surface slice/depth (of mip0), global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 951 const deInt32 numSlices = maxLayersOrDepth(imageSize); in testWithSizeReduction() local 972 RenderPassWrapper renderPass (makeRenderPass (vk, device, caseDef.pipelineConstructionType, caseDef.colorFormat, caseDef.depthStencilFormat, static_cast<deUint32>(numSlices), in testWithSizeReduction() 1000 IVec3(imageSize.x(), imageSize.y(), 1), 1u, numSlices, depthStencilImageUsage); in testWithSizeReduction() 1006 const vector<Vertex4RGBA> vertices = genFullQuadVertices(numSlices); in testWithSizeReduction() 1060 pipelines.reserve(numSlices); in testWithSizeReduction() 1061 for (int subpassNdx = 0; subpassNdx < numSlices; ++subpassNdx) in testWithSizeReduction() 1084 for (int subpassNdx = 0; subpassNdx < numSlices; ++subpassNdx) in testWithSizeReduction() 1101 vector<VkClearValue> clearValues (numSlices, getClearValue(caseDef.colorFormat)); in testWithSizeReduction() 1104 clearValues.insert(clearValues.end(), numSlices, makeClearValueDepthStencil(REFERENCE_DEPTH_VALUE, REFERENCE_STENCIL_VALUE)); in testWithSizeReduction() 1113 for (deUint32 subpassNdx = 0; subpassNdx < static_cast<deUint32>(numSlices); in testWithSizeReduction() 1319 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const PipelineLayoutWrapper& pipelineLayout, const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule) drawToMipLevel() argument 1451 const deInt32 numSlices = maxLayersOrDepth(imageSize); testRenderToMipMaps() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 867 const deInt32 numSlices = maxLayersOrDepth(imageSize); in testWithSizeReduction() local 888 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, caseDef.colorFormat, caseDef.depthStencilFormat, static_cast<deUint32>(numSlices), in testWithSizeReduction() 920 IVec3(imageSize.x(), imageSize.y(), 1), 1u, numSlices, imageUsage); in testWithSizeReduction() 926 const vector<Vertex4RGBA> vertices = genFullQuadVertices(numSlices); in testWithSizeReduction() 980 pipelines.reserve(numSlices); in testWithSizeReduction() 981 for (int subpassNdx = 0; subpassNdx < numSlices; ++subpassNdx) in testWithSizeReduction() 1002 for (int subpassNdx = 0; subpassNdx < numSlices; ++subpassNdx) in testWithSizeReduction() 1018 vector<VkClearValue> clearValues (numSlices, getClearValue(caseDef.colorFormat)); in testWithSizeReduction() 1021 clearValues.insert(clearValues.end(), numSlices, makeClearValueDepthStencil(REFERENCE_DEPTH_VALUE, REFERENCE_STENCIL_VALUE)); in testWithSizeReduction() 1030 for (deUint32 subpassNdx = 0; subpassNdx < static_cast<deUint32>(numSlices); in testWithSizeReduction() 1198 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule) drawToMipLevel() argument 1324 const deInt32 numSlices = maxLayersOrDepth(imageSize); testRenderToMipMaps() local [all...] |
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A D | egbaddrlib.cpp | 95 UINT_32 numSlices = pIn->numSlices; in DispatchComputeSurfaceInfo() local 162 if (numSlices == 1) in DispatchComputeSurfaceInfo() 226 UINT_32 expNumSlices = pIn->numSlices; in ComputeSurfaceInfoLinear() 363 UINT_32 expNumSlices = pIn->numSlices; in ComputeSurfaceInfoMicroTiled() 479 UINT_32 expNumSlices = pIn->numSlices; in ComputeSurfaceInfoMacroTiled() 587 Max(1u, pIn->numSlices >> i) : pIn->numSlices; in ComputeSurfaceInfoMacroTiled() 1084 UINT_32 numSlices, ///< [in] current number of slices in ComputeSurfaceMipLevelTileMode() 1108 if (numSlices < microTileThicknes in ComputeSurfaceMipLevelTileMode() 1079 ComputeSurfaceMipLevelTileMode( AddrTileMode baseTileMode, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 numSamples, UINT_32 pitchAlign, UINT_32 heightAlign, ADDR_TILEINFO* pTileInfo ) const ComputeSurfaceMipLevelTileMode() argument 1234 HwlDegradeThickTileMode( AddrTileMode baseTileMode, UINT_32 numSlices, UINT_32* pBytesPerTile ) const HwlDegradeThickTileMode() argument [all...] |
H A D | siaddrlib.h | 122 UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, 127 UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, 154 BOOL_32 isLinear, UINT_32 numSlices, UINT_64* pSliceBytes, UINT_32 baseAlign) const; 204 AddrTileMode baseTileMode, UINT_32 numSlices, UINT_32* pBytesPerTile) const;
|
H A D | siaddrlib.cpp | 1270 UINT_32 numSlices, ///< [in] number of slices in HwlComputeHtileBytes() 1275 return ComputeHtileBytes(pitch, height, bpp, isLinear, numSlices, pSliceBytes, baseAlign); in HwlComputeHtileBytes() 1294 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskAddrFromCoord() 1324 numSlices, in HwlComputeXmaskAddrFromCoord() 1343 numSlices, in HwlComputeXmaskAddrFromCoord() 1452 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskCoordFromAddr() 1484 numSlices, in HwlComputeXmaskCoordFromAddr() 1502 numSlices, in HwlComputeXmaskCoordFromAddr() 2690 if ((pIn->numSlices > 1) && in HwlComputeSurfaceInfo() 2818 nextSlices = Max(1u, pIn->numSlices >> in HwlCheckLastMacroTiledLvl() 1265 HwlComputeHtileBytes( UINT_32 pitch, UINT_32 height, UINT_32 bpp, BOOL_32 isLinear, UINT_32 numSlices, UINT_64* pSliceBytes, UINT_32 baseAlign ) const HwlComputeHtileBytes() argument 1288 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const HwlComputeXmaskAddrFromCoord() argument 1447 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const HwlComputeXmaskCoordFromAddr() argument 2850 HwlDegradeThickTileMode( AddrTileMode baseTileMode, UINT_32 numSlices, UINT_32* pBytesPerTile ) const HwlDegradeThickTileMode() argument [all...] |
H A D | egbaddrlib.h | 207 AddrTileMode baseTileMode, UINT_32 numSlices, UINT_32* pBytesPerTile) const; 242 UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 numSamples, 292 BOOL_32 isLinear, UINT_32 numSlices, UINT_64* sliceBytes, UINT_32 baseAlign) const;
|
H A D | ciaddrlib.cpp | 910 UINT_32 numSlices, ///< [in] current number of slices in HwlDegradeThickTileMode() 943 if ((pInOut->numSlices > 1) && ((pInOut->maxBaseAlign == 0) || (pInOut->maxBaseAlign >= Block64K))) in HwlOptimizeTileMode() 1140 if (pInOut->numSlices >= 8) in HwlSelectTileMode() 1145 else if (pInOut->numSlices >= 4) in HwlSelectTileMode() 908 HwlDegradeThickTileMode( AddrTileMode baseTileMode, UINT_32 numSlices, UINT_32* pBytesPerTile ) const HwlDegradeThickTileMode() argument
|
H A D | ciaddrlib.h | 116 AddrTileMode baseTileMode, UINT_32 numSlices, UINT_32* pBytesPerTile) const;
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 103 void sliceSourceString (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) in sliceSourceString() argument 105 DE_ASSERT(numSlices > 0); in sliceSourceString() 107 const size_t sliceSize = in.length() / numSlices; in sliceSourceString() 108 const size_t sliceSizeRemainder = in.length() - (sliceSize * numSlices); in sliceSourceString() 111 for (int i = 0; i < numSlices; i++) in sliceSourceString() 121 const std::string lastString = in.substr(numSlices * sliceSize); in sliceSourceString() 630 ShaderSourceSplitCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType, const int numSlices, const deUint32 flags = 0) in ShaderSourceSplitCase() argument 634 , m_numSlices (numSlices) in ShaderSourceSplitCase() 1070 const int numSlices = 1 << caseNdx; in init() local 1080 + de::toString(numSlices) in init() [all...] |
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
H A D | gfx11addrlib.cpp | 222 pOut->htileBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeHtileInfo() 246 pOut->htileBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeHtileInfo() 320 pOut->depth = PowTwoAlign(Max(pIn->numSlices, 1u), metaBlk.d); in HwlComputeDccInfo() 452 input.numSlices = Max(pIn->numSlices, 1u); in HwlComputeHtileAddrFromCoord() 1958 infoIn.numSlices = pIn->numSlices; 2417 const UINT_32 numSlices = Max(pIn->numSlices, 1u); 2430 localIn.numSlices [all...] |
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 219 pIn->unalignedWidth, pIn->unalignedHeight, pIn->numSlices, in HwlComputeHtileInfo() 332 UINT_32 numMetaBlkZ = Max(pIn->numSlices, 1u); in HwlComputeCmaskInfo() 619 UINT_32 numSlices = Max(pIn->numSlices, 1u); in HwlComputeDccInfo() local 675 pIn->unalignedWidth, pIn->unalignedHeight, numSlices, in HwlComputeDccInfo() 862 input.numSlices = Max(pIn->numSlices, 1u); in HwlComputeCmaskAddrFromCoord() 940 input.numSlices = Max(pIn->numSlices, 1u); in HwlComputeHtileAddrFromCoord() 1015 input.numSlices in HwlComputeHtileCoordFromAddr() [all...] |
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
H A D | gfx10addrlib.cpp | 221 pOut->htileBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeHtileInfo() 245 pOut->htileBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeHtileInfo() 370 pOut->cmaskBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeCmaskInfo() 451 pOut->depth = PowTwoAlign(Max(pIn->numSlices, 1u), metaBlk.d); in HwlComputeDccInfo() 594 input.numSlices = Max(pIn->numSlices, 1u); in HwlComputeCmaskAddrFromCoord() 666 input.numSlices = Max(pIn->numSlices, 1u); in HwlComputeHtileAddrFromCoord() 2354 infoIn.numSlices = pIn->numSlices; [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface.c | 669 AddrSurfInfoIn->numSlices = u_minify(config->info.depth, level); in gfx6_compute_level() 671 AddrSurfInfoIn->numSlices = 6; in gfx6_compute_level() 673 AddrSurfInfoIn->numSlices = config->info.array_size; in gfx6_compute_level() 822 AddrHtileIn->numSlices = AddrSurfInfoOut->depth; in gfx6_compute_level() 1316 fin.numSlices = AddrSurfInfoIn.numSlices; in gfx6_compute_surface() 1448 sin.numSlices = in->numSlices; in gfx9_get_preferred_swizzle_mode() 1485 if (info->gfx_level >= GFX10 && in->resourceType == ADDR_RSRC_TEX_3D && in->numSlices > 1) { in gfx9_get_preferred_swizzle_mode() 1781 surf->surf_size = surf->u.gfx9.surf_slice_size * in->numSlices; in gfx9_compute_miptree() [all...] |
H A D | ac_surface_meta_address_test.c | 223 din.numSlices = depth; in one_dcc_address_test() 445 hin.numSlices = in.numSlices = depth; in one_htile_address_test() 595 cin.numSlices = in.numSlices = depth; in one_cmask_address_test()
|
H A D | ac_surface_modifier_test.c | 83 din.numSlices = 1; in get_addr_from_coord_base() 98 dcc_input.numSlices = 1; in get_addr_from_coord_base() 138 input.numSlices = 1; in generate_hash()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 120 void sliceSourceString (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) in sliceSourceString() argument 122 DE_ASSERT(numSlices > 0); in sliceSourceString() 124 const size_t sliceSize = in.length() / numSlices; in sliceSourceString() 125 const size_t sliceSizeRemainder = in.length() - (sliceSize * numSlices); in sliceSourceString() 128 for (int ndx = 0; ndx < numSlices; ndx++) in sliceSourceString() 138 const std::string lastString = in.substr(numSlices * sliceSize); in sliceSourceString() 687 ShaderSourceSplitCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType, const int numSlices, const deUint32 flags = 0) in ShaderSourceSplitCase() argument 691 , m_numSlices (numSlices) in ShaderSourceSplitCase() 1696 const int numSlices = 1 << caseNdx; in init() local 1706 + de::toString(numSlices) in init() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texstore.c | 986 GLuint dims, slice, numSlices = 1, sliceOffset = 0; in store_texsubimage() local 1032 numSlices = height; in store_texsubimage() 1040 numSlices = depth; in store_texsubimage() 1049 numSlices = depth; in store_texsubimage() 1055 numSlices = depth; in store_texsubimage() 1066 assert(numSlices == 1 || srcImageStride != 0); in store_texsubimage() 1068 for (slice = 0; slice < numSlices; slice++) { in store_texsubimage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 1042 pCurrFrameDecParams->numSlices = pd->numSlices; 1082 h264PictureInfo->sliceCount = pd->numSlices; 1087 DE_ASSERT(maxSliceCount == pd->numSlices); 1185 pPictureInfo->sliceSegmentCount = pd->numSlices; 1189 DE_ASSERT(maxSliceCount == pd->numSlices);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.cpp | 974 const int numSlices = dst.getDepth(); in fillWithUniqueColors() local 976 for (int z = 0; z < numSlices; z++) in fillWithUniqueColors()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.cpp | 974 const int numSlices = dst.getDepth(); in fillWithUniqueColors() local 976 for (int z = 0; z < numSlices; z++) in fillWithUniqueColors()
|