/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 725 .maxSamplerLodBias = 16, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 576 mNativeCaps.maxLODBias = limitsVk.maxSamplerLodBias; in ensureCapsInitialized()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 947 .maxSamplerLodBias = 16.0f, in pvr_GetPhysicalDeviceProperties2() 2653 * VkPhysicalDeviceLimits::maxSamplerLodBias. in pvr_CreateSampler()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 327 .maxSamplerLodBias = 16, in lvp_physical_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 194 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
|
H A D | vktPipelineSamplerTests.cpp | 2009 const auto maxLodBias = getPhysicalDeviceProperties(ctx.vki, ctx.physicalDevice).limits.maxSamplerLodBias; in iterate() 2545 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "max_sampler_lod_bias", "Test the maxSamplerLodBias limit")); in createMaxSamplerLodBiasTests()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1041 props->limits.maxSamplerLodBias = 2.0f; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 192 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 208 { LIMIT(maxSamplerLodBias), 0, 0, 0, 2.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 813 { PN(checkAlways), PN(limits.maxSamplerLodBias), LIM_MIN_FLOAT(2.0f) }, in validateLimits12() 1759 { PN(checkAlways), PN(limits.maxSamplerLodBias), LIM_MIN_FLOAT(14.0f) }, in validateRoadmap2022() 2815 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSamplerLodBias),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 208 { LIMIT(maxSamplerLodBias), 0, 0, 0, 2.0f, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 804 { PN(checkAlways), PN(limits.maxSamplerLodBias), LIM_MIN_FLOAT(2.0f) }, in validateLimits12() 1750 { PN(checkAlways), PN(limits.maxSamplerLodBias), LIM_MIN_FLOAT(14.0f) }, in validateRoadmap2022() 2840 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSamplerLodBias),
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1178 .maxSamplerLodBias = 4095.0 / 256.0, /* [-16, 15.99609375] */ in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1480 .maxSamplerLodBias = 14.0f, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1469 .maxSamplerLodBias = 2.0f, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 864 return screen->info.props.limits.maxSamplerLodBias; in zink_get_paramf()
|
H A D | zink_context.c | 389 -screen->info.props.limits.maxSamplerLodBias, in zink_create_sampler_state() 390 screen->info.props.limits.maxSamplerLodBias); in zink_create_sampler_state()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1954 .maxSamplerLodBias = 16, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3464 float maxSamplerLodBias; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1979 .maxSamplerLodBias = 16, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1877 float maxSamplerLodBias; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 88 size += vn_sizeof_float(&val->maxSamplerLodBias); in vn_sizeof_VkPhysicalDeviceLimits() 210 vn_decode_float(dec, &val->maxSamplerLodBias); in vn_decode_VkPhysicalDeviceLimits() 334 /* skip val->maxSamplerLodBias */ in vn_sizeof_VkPhysicalDeviceLimits_partial() 446 /* skip val->maxSamplerLodBias */ in vn_encode_VkPhysicalDeviceLimits_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2604 float maxSamplerLodBias; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 45957 float maxSamplerLodBias = {}; global() member [all...] |
H A D | vulkan_core.h | 2697 float maxSamplerLodBias; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2961 float maxSamplerLodBias; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 1482 QLODTM_ZERO_UV_WIDTH // all uv coords are 0; there were implementations that incorrectly returned 0 in that case instead of -maxSamplerLodBias or less 2781 // infinities can't be returned, instead -maxSamplerLodBias or less in TextureQueryLodInstance() 2788 m_lodBounds[1] = -context.getDeviceProperties().limits.maxSamplerLodBias; in TextureQueryLodInstance()
|