Home
last modified time | relevance | path

Searched refs:colorWriteEnable (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp346 VkBool32 colorWriteEnable = VK_TRUE; in setDefaultShaderObjectDynamicStates() local
348 vk.cmdSetColorWriteEnableEXT(cmdBuffer, 1, &colorWriteEnable); in setDefaultShaderObjectDynamicStates()
H A DvktShaderObjectMiscTests.cpp586 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 Dlvp_device.c921 features->colorWriteEnable = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1027 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 Dtu_device.c894 features->colorWriteEnable = true; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1294 features->colorWriteEnable = true; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c2107 !screen->info.cwrite_feats.colorWriteEnable; in init_driver_workarounds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1192 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 Danv_device.c1512 features->colorWriteEnable = true; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1703 features->colorWriteEnable = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h7767 VkBool32 colorWriteEnable; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h12153 VkBool32 colorWriteEnable; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp39543 VULKAN_HPP_NAMESPACE::Bool32 colorWriteEnable = {}; global() member
[all...]
H A Dvulkan_core.h12843 VkBool32 colorWriteEnable; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h14087 VkBool32 colorWriteEnable; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h13033 VkBool32 colorWriteEnable; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp13415 parse_VkBool32("colorWriteEnable", obj["colorWriteEnable"], (o.colorWriteEnable)); in parse_VkPhysicalDeviceColorWriteEnableFeaturesEXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16776 VkBool32 colorWriteEnable; member
H A Dvulkan_hash.hpp7653 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceColorWriteEnableFeaturesEXT.colorWriteEnable );
H A Dvulkan_structs.hpp[all...]

Completed in 468 milliseconds