Home
last modified time | relevance | path

Searched refs:baseMipLevel (Results 1 – 25 of 51) sorted by relevance

123

/external/vulkan-validation-layers/layers/
Dhash_vk_types.h88 …return (lhs.aspectMask == rhs.aspectMask) && (lhs.baseMipLevel == rhs.baseMipLevel) && (lhs.levelC…
96 …hc << value.aspectMask << value.baseMipLevel << value.levelCount << value.baseArrayLayer << value.…
Dbuffer_validation.cpp290 uint32_t level = image_subresource_range.baseMipLevel + level_index; in SetImageLayout()
325 image_subresource_range.baseMipLevel = image_subresource_layers.mipLevel; in SetImageLayout()
490 uint32_t level = subRange.baseMipLevel + j; in VerifyFramebufferAndRenderPassLayouts()
782 … range.baseMipLevel, range.levelCount, range.baseArrayLayer, range.layerCount, in ValidateBarriersToImages()
832 uint32_t level = img_barrier->subresourceRange.baseMipLevel + j; in ValidateBarriersToImages()
1095 uint32_t level = mem_barrier->subresourceRange.baseMipLevel + j; in TransitionImageLayouts()
1576 mip_level_count = mip_levels - range->baseMipLevel; in ResolveRemainingLevels()
1637 uint32_t level = level_index + range.baseMipLevel; in VerifyClearImageLayout()
1669 uint32_t level = level_index + range.baseMipLevel; in RecordClearImageLayout()
4053 if (subresourceRange.baseMipLevel >= image_mip_count) { in ValidateImageSubresourceRange()
[all …]
/external/swiftshader/src/Vulkan/
DVkImageView.cpp110 sr.baseMipLevel = subresourceRange.baseMipLevel; in clear()
DVkImage.cpp511 mipLevels : (subresourceRange.baseMipLevel + subresourceRange.levelCount)) - 1; in getLastMipLevel()
521 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastLevel; ++mipLevel) in clear()
537 if((subresourceRange.baseMipLevel != 0) || in clear()
595 (subresourceRange.baseMipLevel != 0) || in clear()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c335 subresourceRange->baseMipLevel); in radv_process_depth_image_inplace()
337 subresourceRange->baseMipLevel); in radv_process_depth_image_inplace()
372 .baseMipLevel = subresourceRange->baseMipLevel, in radv_process_depth_image_inplace()
Dradv_meta_resolve_cs.c398 range.baseMipLevel = region->srcSubresource.mipLevel; in radv_meta_resolve_compute_image()
444 .baseMipLevel = region->srcSubresource.mipLevel, in radv_meta_resolve_compute_image()
460 .baseMipLevel = region->dstSubresource.mipLevel, in radv_meta_resolve_compute_image()
519 range.baseMipLevel = 0; in radv_cmd_buffer_resolve_subpass_cs()
556 range.baseMipLevel = 0; in radv_cmd_buffer_resolve_subpass_cs()
Dradv_image.c1040 <= radv_minify(image->info.depth, range->baseMipLevel)); in radv_image_view_init()
1065 .width = radv_minify(image->info.width , range->baseMipLevel), in radv_image_view_init()
1066 .height = radv_minify(image->info.height, range->baseMipLevel), in radv_image_view_init()
1067 .depth = radv_minify(image->info.depth , range->baseMipLevel), in radv_image_view_init()
1109 unsigned lvl_width = radv_minify(image->info.width , range->baseMipLevel); in radv_image_view_init()
1110 unsigned lvl_height = radv_minify(image->info.height, range->baseMipLevel); in radv_image_view_init()
1115 lvl_width <<= range->baseMipLevel; in radv_image_view_init()
1116 lvl_height <<= range->baseMipLevel; in radv_image_view_init()
1125 iview->base_mip = range->baseMipLevel; in radv_image_view_init()
Dradv_meta_resolve_fs.c467 range.baseMipLevel = region->srcSubresource.mipLevel; in radv_meta_resolve_fragment_image()
515 .baseMipLevel = region->srcSubresource.mipLevel, in radv_meta_resolve_fragment_image()
531 .baseMipLevel = region->dstSubresource.mipLevel, in radv_meta_resolve_fragment_image()
635 range.baseMipLevel = 0; in radv_cmd_buffer_resolve_subpass_fs()
Dradv_meta_clear.c1191 uint32_t width = radv_minify(image->info.width, range->baseMipLevel + level); in radv_clear_image_layer()
1192 uint32_t height = radv_minify(image->info.height, range->baseMipLevel + level); in radv_clear_image_layer()
1202 .baseMipLevel = range->baseMipLevel + level, in radv_clear_image_layer()
1340 radv_minify(image->info.depth, range->baseMipLevel + l) : in radv_cmd_clear_image()
1348 surf.level = range->baseMipLevel + l; in radv_cmd_clear_image()
Dradv_meta_resolve.c508 .baseMipLevel = region->srcSubresource.mipLevel, in radv_CmdResolveImage()
524 .baseMipLevel = region->dstSubresource.mipLevel, in radv_CmdResolveImage()
Dradv_meta_fast_clear.c619 .baseMipLevel = 0, in radv_emit_color_decompress()
723 .baseMipLevel = 0, in radv_decompress_dcc_compute()
Dradv_meta_copy.c389 .baseMipLevel = pRegions[r].dstSubresource.mipLevel, in meta_copy_image()
Dradv_meta_blit.c609 .baseMipLevel = dst_res->mipLevel, in radv_CmdBlitImage()
623 .baseMipLevel = src_res->mipLevel, in radv_CmdBlitImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp725 preAttachmentBarriers[imgNdx].subresourceRange.baseMipLevel = 0u; in ImageSamplingInstance()
1099 resolved.levelCount = testTexture.getNumLevels()-subresource.baseMipLevel; in resolveSubresourceRange()
1115 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView()
1135 …fferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx) in getTexture1DArrayView()
1136 : tex1DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture1DArrayView()
1157 …fferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx) in getTexture2DView()
1158 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DView()
1178 …fferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx) in getTexture2DArrayView()
1179 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DArrayView()
1212 …cLevel = texCubeArray ? texCubeArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx) in getTextureCubeView()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_image.c1092 assert(range->baseMipLevel < image->levels); in anv_CreateImageView()
1114 <= anv_minify(image->extent.depth, range->baseMipLevel)); in anv_CreateImageView()
1139 .width = anv_minify(image->extent.width , range->baseMipLevel), in anv_CreateImageView()
1140 .height = anv_minify(image->extent.height, range->baseMipLevel), in anv_CreateImageView()
1141 .depth = anv_minify(image->extent.depth , range->baseMipLevel), in anv_CreateImageView()
1161 .base_level = range->baseMipLevel, in anv_CreateImageView()
Danv_dump.c134 .baseMipLevel = miplevel, in dump_image_do_blit()
191 .baseMipLevel = 0, in dump_image_do_blit()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3581 deUint32 baseMipLevel,
3604 deUint32 baseMipLevel,
3620 deUint32 baseMipLevel,
3663 deUint32 baseMipLevel, in ImageInstanceImages() argument
3666 , m_baseMipLevel (baseMipLevel) in ImageInstanceImages()
3719 deUint32 baseMipLevel, in createImageViews() argument
3725 …ew(vki, device, viewType, sourceImages[imageNdx], **images[imageNdx], baseMipLevel, baseArraySlice… in createImageViews()
3788 deUint32 baseMipLevel, in createImageView() argument
3807 baseMipLevel, // baseMipLevel in createImageView()
3808 sourceImage.getNumLevels() - baseMipLevel, // mipLevels in createImageView()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl112 …ge makeImageSubresourceRange (VkImageAspectFlags aspectMask, deUint32 baseMipLevel, deUint32 level… argument
116 res.baseMipLevel = baseMipLevel;
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp331 barrier.subresourceRange.baseMipLevel = 0; in readUsingBuffer()
579 barrier.subresourceRange.baseMipLevel = 0; in upload()
675 barrier.subresourceRange.baseMipLevel = 0; in uploadUsingBuffer()
784 barrier.subresourceRange.baseMipLevel = 0; in transition2DImage()
DvktDrawCreateInfoUtil.hpp41 deUint32 baseMipLevel = 0,
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp95 deUint32 baseMipLevel; member
104 : baseMipLevel (baseMipLevel_) in Parameters()
DvktShaderRender.cpp1637 const deUint32 baseMipLevel = textureParams.baseMipLevel; in createSamplerUniform() local
1650 baseMipLevel, // deUint32 baseMipLevel; in createSamplerUniform()
1651 mipLevels - baseMipLevel, // deUint32 mipLevels; in createSamplerUniform()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h820 …return subresource(range.aspectMask, range.baseMipLevel + mip_level, range.baseArrayLayer + array_… in subresource()
845 …return subresource(range.aspectMask, range.baseMipLevel + mip_level, range.baseArrayLayer + array_… in subresource()
855 range.baseMipLevel = base_mip_level; in subresource_range()
Dvkrenderframework.cpp1258 view.subresourceRange.baseMipLevel = 0; in VkTextureObj()
1635 subrange.baseMipLevel = 0; in ClearAllBuffers()
1804 view_info.subresourceRange.baseMipLevel = 0; in Init()
Dlayer_validation_tests.cpp3006 dsvci.subresourceRange.baseMipLevel = 0; in TEST_F()
4283 img_barrier.subresourceRange.baseMipLevel = 0; in TEST_F()
5042 img_barrier.subresourceRange.baseMipLevel = 0; in TEST_F()
5241 img_barrier.subresourceRange.baseMipLevel = 0; in TEST_F()
5325 img_barrier.subresourceRange.baseMipLevel = 0; in TEST_F()
5673 img_barrier.subresourceRange.baseMipLevel = 0; in TEST_F()
6755 dsvci.subresourceRange.baseMipLevel = 0; in TEST_F()
6840 iavci.subresourceRange.baseMipLevel = 0; in TEST_F()
6859 cavci.subresourceRange.baseMipLevel = 0; in TEST_F()
7072 dsvci.subresourceRange.baseMipLevel = 0; in TEST_F()
[all …]

123