Home
last modified time | relevance | path

Searched refs:maxExtraPrimitiveOverestimationSize (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp2650 const float extraOverestimationSize = overestimationSizeDesired == TCU_INFINITY ? conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize in getExtraOverestimationSize()
2720 << "maxExtraPrimitiveOverestimationSize=" << conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize << '\n' in checkSupport()
2728 if (conservativeRasterizationProperties.extraPrimitiveOverestimationSizeGranularity > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
2799 if (extraOverestimationSize > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp2397 const float extraOverestimationSize = overestimationSizeDesired == TCU_INFINITY ? conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize in getExtraOverestimationSize()
2468 << "maxExtraPrimitiveOverestimationSize=" << conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize << '\n' in checkSupport()
2476 if (conservativeRasterizationProperties.extraPrimitiveOverestimationSizeGranularity > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
2547 if (extraOverestimationSize > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1833 << "maxExtraPrimitiveOverestimationSize=" << conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize << '\n' in checkSupport()
1842 if (conservativeRasterizationProperties.extraPrimitiveOverestimationSizeGranularity > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
H A DvktPipelineExtendedDynamicStateTests.cpp3351 const auto& maxExtra = conservativeRasterModeProps.maxExtraPrimitiveOverestimationSize; in checkSupport()
3356 msg << "Extra primitive overestimation size (" << extraSize << ") above maxExtraPrimitiveOverestimationSize (" << maxExtra << ")"; in checkSupport()
8310 // * maxExtraPrimitiveOverestimationSize is typically 0.0 or 0.75 (no other values). in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1780 << "maxExtraPrimitiveOverestimationSize=" << conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize << '\n' in checkSupport()
1789 if (conservativeRasterizationProperties.extraPrimitiveOverestimationSizeGranularity > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
H A DvktPipelineExtendedDynamicStateTests.cpp2791 const auto& maxExtra = conservativeRasterModeProps.maxExtraPrimitiveOverestimationSize; in checkSupport()
2796 msg << "Extra primitive overestimation size (" << extraSize << ") above maxExtraPrimitiveOverestimationSize (" << maxExtra << ")"; in checkSupport()
6765 // * maxExtraPrimitiveOverestimationSize is typically 0.0 or 0.75 (no other values). in createExtendedDynamicStateTests()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2360 properties->maxExtraPrimitiveOverestimationSize = 0.0f; in anv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp1045 vk.cmdSetExtraPrimitiveOverestimationSizeEXT(cmdBuffer, de::min(1.0f, m_context.getConservativeRasterizationPropertiesEXT().maxExtraPrimitiveOverestimationSize));
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2365 properties->maxExtraPrimitiveOverestimationSize = 0; in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6677 float maxExtraPrimitiveOverestimationSize; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h12630 size += vn_sizeof_float(&val->maxExtraPrimitiveOverestimationSize); in vn_sizeof_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_self()
12666 vn_decode_float(dec, &val->maxExtraPrimitiveOverestimationSize); in vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_self()
12701 /* skip val->maxExtraPrimitiveOverestimationSize */ in vn_sizeof_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_self_partial()
12736 /* skip val->maxExtraPrimitiveOverestimationSize */ in vn_encode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_self_partial()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1232 { PN(checkAlways), PN(conservativeRasterizationPropertiesEXT.maxExtraPrimitiveOverestimationSize), LIM_MIN_FLOAT(0.0f) }, in validateLimitsExtConservativeRasterization()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1223 { PN(checkAlways), PN(conservativeRasterizationPropertiesEXT.maxExtraPrimitiveOverestimationSize), LIM_MIN_FLOAT(0.0f) }, in validateLimitsExtConservativeRasterization()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9190 float maxExtraPrimitiveOverestimationSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp39860 float maxExtraPrimitiveOverestimationSize = {}; global() member
[all...]
H A Dvulkan_core.h9578 float maxExtraPrimitiveOverestimationSize; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10713 float maxExtraPrimitiveOverestimationSize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9738 float maxExtraPrimitiveOverestimationSize; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp11990 parse_float("maxExtraPrimitiveOverestimationSize", obj["maxExtraPrimitiveOverestimationSize"], (o.maxExtraPrimitiveOverestimationSize)); in parse_VkPhysicalDeviceConservativeRasterizationPropertiesEXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12559 float maxExtraPrimitiveOverestimationSize; member
H A Dvulkan_hash.hpp7698 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceConservativeRasterizationPropertiesEXT.maxExtraPrimitiveOverestimationSize );
H A Dvulkan_structs.hpp[all...]

Completed in 568 milliseconds