/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.cpp | 346 VkBool32 colorWriteEnable = VK_TRUE; in setDefaultShaderObjectDynamicStates() local 348 vk.cmdSetColorWriteEnableEXT(cmdBuffer, 1, &colorWriteEnable); in setDefaultShaderObjectDynamicStates()
|
H A D | vktShaderObjectMiscTests.cpp | 586 bool colorWriteEnable; 616 colorWriteEnable = true; 740 colorWriteEnableFeatures.colorWriteEnable = VK_TRUE; 1075 vk::VkBool32 colorWriteEnable = m_params.colorWriteEnable ? VK_TRUE : VK_FALSE; 1077 vk.cmdSetColorWriteEnableEXT(cmdBuffer, 1u, &colorWriteEnable); 1626 if (inside && (!m_params.cull || m_params.lines) && (!m_params.colorWrite || m_params.colorWriteEnable)) 1823 if (!context.getColorWriteEnableFeaturesEXT().colorWriteEnable) 1824 TCU_THROW(NotSupportedError, "colorWriteEnable not supported"); 2956 bool colorWriteEnable; [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 921 features->colorWriteEnable = true; in lvp_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 1027 if (context.getColorWriteEnableFeaturesEXT().colorWriteEnable != VK_TRUE) in checkSupport() 1028 TCU_THROW(NotSupportedError, "colorWriteEnable not supported"); in checkSupport()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 894 features->colorWriteEnable = true; in tu_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1294 features->colorWriteEnable = true; in v3dv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 2107 !screen->info.cwrite_feats.colorWriteEnable; in init_driver_workarounds()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 1192 if (context.getColorWriteEnableFeaturesEXT().colorWriteEnable != VK_TRUE) in checkSupport() 1193 TCU_THROW(NotSupportedError, "colorWriteEnable not supported"); in checkSupport()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1512 features->colorWriteEnable = true; in anv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1703 features->colorWriteEnable = true; in radv_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7767 VkBool32 colorWriteEnable; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 12153 VkBool32 colorWriteEnable; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 39543 VULKAN_HPP_NAMESPACE::Bool32 colorWriteEnable = {}; global() member [all...] |
H A D | vulkan_core.h | 12843 VkBool32 colorWriteEnable; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 14087 VkBool32 colorWriteEnable; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 13033 VkBool32 colorWriteEnable; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 13415 parse_VkBool32("colorWriteEnable", obj["colorWriteEnable"], (o.colorWriteEnable)); in parse_VkPhysicalDeviceColorWriteEnableFeaturesEXT()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 16776 VkBool32 colorWriteEnable; member
|
H A D | vulkan_hash.hpp | 7653 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceColorWriteEnableFeaturesEXT.colorWriteEnable );
|
H A D | vulkan_structs.hpp | [all...] |