Home
last modified time | relevance | path

Searched refs:maxSamplerLodBias (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c725 .maxSamplerLodBias = 16, in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp576 mNativeCaps.maxLODBias = limitsVk.maxSamplerLodBias; in ensureCapsInitialized()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c947 .maxSamplerLodBias = 16.0f, in pvr_GetPhysicalDeviceProperties2()
2653 * VkPhysicalDeviceLimits::maxSamplerLodBias. in pvr_CreateSampler()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c327 .maxSamplerLodBias = 16, in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp194 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
H A DvktPipelineSamplerTests.cpp2009 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 DvkNullDriver.cpp1041 props->limits.maxSamplerLodBias = 2.0f; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp192 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp208 { 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 DvktApiFeatureInfo.cpp208 { 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 Dtu_device.c1178 .maxSamplerLodBias = 4095.0 / 256.0, /* [-16, 15.99609375] */ in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1480 .maxSamplerLodBias = 14.0f, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1469 .maxSamplerLodBias = 2.0f, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c864 return screen->info.props.limits.maxSamplerLodBias; in zink_get_paramf()
H A Dzink_context.c389 -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 Danv_device.c1954 .maxSamplerLodBias = 16, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3464 float maxSamplerLodBias; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1979 .maxSamplerLodBias = 16, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1877 float maxSamplerLodBias; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h88 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 Dvulkan_core.h2604 float maxSamplerLodBias; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45957 float maxSamplerLodBias = {}; global() member
[all...]
H A Dvulkan_core.h2697 float maxSamplerLodBias; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2961 float maxSamplerLodBias; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1482 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()

Completed in 367 milliseconds

12