Home
last modified time | relevance | path

Searched refs:mipLodBias (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSampler.cpp28 , mipLodBias(pCreateInfo->mipLodBias) in SamplerState()
H A DVkSampler.hpp44 const float mipLodBias = 0.0f; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp113 float mipLodBias = 0.0f; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSamplerVk.cpp77 createInfo.mipLodBias = 0.0f; in Initialize()
/third_party/skia/src/gpu/vk/
H A DGrVkSampler.cpp63 createInfo.mipLodBias = 0.0f; in Create()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler.h174 size += vn_sizeof_float(&val->mipLodBias); in vn_sizeof_VkSamplerCreateInfo_self()
246 vn_encode_float(enc, &val->mipLodBias); in vn_encode_VkSamplerCreateInfo_self()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp79 samplerState.mipLodBias = vkSamplerState->mipLodBias; in getImageSampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp231 float mipLodBias,
517 0.0f, // float mipLodBias; in getSamplerCreateInfo()
757 float mipLodBias, in SamplerLodTest()
764 , m_mipLodBias (mipLodBias) in SamplerLodTest()
775 samplerParams.mipLodBias = m_mipLodBias; in getSamplerCreateInfo()
1006 float mipLodBias; in createSamplerLodTests() member
1012 // minLod = 3, maxLod = 3, mipLodBias = 0, lod = 0 in createSamplerLodTests()
1014 // minLod = 1, maxLod = 5, mipLodBias = 0, lod = 0 in createSamplerLodTests()
1016 // minLod = 0, maxLod = 4, mipLodBias = 0, lod = 5 in createSamplerLodTests()
1018 // minLod = 0, maxLod = 2.1, mipLodBias in createSamplerLodTests()
749 SamplerLodTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod, bool separateStencilUsage) SamplerLodTest() argument
[all...]
H A DvktPipelineImageSamplingInstance.cpp194 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
1507 const float referenceLod = de::clamp(m_samplerParams.mipLodBias + m_samplerLod, m_samplerParams.minLod, m_samplerParams.maxLod); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp234 float mipLodBias,
518 0.0f, // float mipLodBias; in getSamplerCreateInfo()
763 float mipLodBias, in SamplerLodTest()
770 , m_mipLodBias (mipLodBias) in SamplerLodTest()
781 samplerParams.mipLodBias = m_mipLodBias; in getSamplerCreateInfo()
1003 float mipLodBias; in createSamplerLodTests() member
1009 { "equal_min_3_max_3", "minLod = 3, maxLod = 3, mipLodBias = 0, lod = 0", 3.0f, 3.0f, 0.0f, 0.0f }, in createSamplerLodTests()
1010 { "select_min_1", "minLod = 1, maxLod = 5, mipLodBias = 0, lod = 0", 1.0f, 5.0f, 0.0f, 0.0f }, in createSamplerLodTests()
1011 { "select_max_4", "minLod = 0, maxLod = 4, mipLodBias = 0, lod = 5", 0.0f, 4.0f, 0.0f, 5.0f }, in createSamplerLodTests()
1012 { "select_bias_2_1", "minLod = 0, maxLod = 2.1, mipLodBias in createSamplerLodTests()
754 SamplerLodTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod, bool separateStencilUsage) SamplerLodTest() argument
[all...]
H A DvktPipelineImageSamplingInstance.cpp192 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
1501 const float referenceLod = de::clamp(m_samplerParams.mipLodBias + m_samplerLod, m_samplerParams.minLod, m_samplerParams.maxLod); in verifyImage()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_device.c238 s.fixed_bias = pCreateInfo->mipLodBias; in pack_sampler_state()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DTriangleBenchmarks.cpp258 samplerInfo.mipLodBias = 0.0f; in TriangleSampleTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp785 float mipLodBias;
802 , mipLodBias (0.0f)
832 params.mipLodBias, // float mipLodBias;
H A DvktMemoryDeviceMemoryReportTests.cpp770 float mipLodBias;
787 , mipLodBias (0.0f)
817 params.mipLodBias, // float mipLodBias;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp746 float mipLodBias;
763 , mipLodBias (0.0f)
793 params.mipLodBias, // float mipLodBias;
H A DvktMemoryDeviceMemoryReportTests.cpp764 float mipLodBias;
781 , mipLodBias (0.0f)
811 params.mipLodBias, // float mipLodBias;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp501 float mipLodBias = 0.0f,
H A DvktDrawCreateInfoUtil.cpp1206 mipLodBias = _mipLodBias; in SamplerCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp501 float mipLodBias = 0.0f,
H A DvktDrawCreateInfoUtil.cpp1206 mipLodBias = _mipLodBias; in SamplerCreateInfo()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c1103 .TextureLODBias = anv_clamp_f(pCreateInfo->mipLodBias, -16, 15.996), in CreateSampler()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c252 cfg.lod_bias = FIXED_16(pCreateInfo->mipLodBias, true); in emit_sampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1512 float mipLodBias;
1530 , mipLodBias (0.0f)
1568 params.mipLodBias,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp1512 float mipLodBias;
1530 , mipLodBias (0.0f)
1568 params.mipLodBias,

Completed in 49 milliseconds

12