/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 288 case VK_DYNAMIC_STATE_BLEND_CONSTANTS: in GraphicsState() 526 if(!hasDynamicState(VK_DYNAMIC_STATE_BLEND_CONSTANTS)) in GraphicsState() 663 if(hasDynamicState(VK_DYNAMIC_STATE_BLEND_CONSTANTS))
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 222 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in zink_create_gfx_pipeline()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 141 VK_DYNAMIC_STATE_BLEND_CONSTANTS), in panvk_pipeline_builder_compile_shaders() 723 (1 << VK_DYNAMIC_STATE_BLEND_CONSTANTS) | \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 482 VK_DYNAMIC_STATE_BLEND_CONSTANTS, 533 { VK_DYNAMIC_STATE_BLEND_CONSTANTS, { {}, setBlendConstants } }, in getDynamicStateInfo()
|
H A D | vktDynamicStateDiscardTests.cpp | 550 m_dynamicStates = { vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS }; in BlendTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 480 VK_DYNAMIC_STATE_BLEND_CONSTANTS, 531 { VK_DYNAMIC_STATE_BLEND_CONSTANTS, { {}, setBlendConstants } }, in getDynamicStateInfo()
|
H A D | vktDynamicStateDiscardTests.cpp | 538 m_dynamicStates = { vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS }; in BlendTestInstance()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 466 dynamicStates[2] = VK_DYNAMIC_STATE_BLEND_CONSTANTS;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 489 VK_DYNAMIC_STATE_LINE_WIDTH, VK_DYNAMIC_STATE_BLEND_CONSTANTS, in Initialize()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 537 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in create_pipeline()
|
H A D | v3dv_pipeline.c | 2639 case VK_DYNAMIC_STATE_BLEND_CONSTANTS: in v3dv_dynamic_state_mask()
|
H A D | v3dv_meta_copy.c | 3459 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in create_pipeline()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 826 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in create_graphics_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 1024 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in DynamicState()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 1024 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in DynamicState()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 2143 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in getDynamicStates() 3354 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in buildPipeline() 3956 case vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS: in setShaderObjectDynamicStates()
|
H A D | vkSafetyCriticalUtil.cpp | 482 // omit blendConstants when VK_DYNAMIC_STATE_BLEND_CONSTANTS is present in calculateGraphicsPipelineHash() 483 if (hashBlendConstants && !graphicsPipelineHasDynamicState(gpCI, VK_DYNAMIC_STATE_BLEND_CONSTANTS)) in calculateGraphicsPipelineHash()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline.c | 1317 case VK_DYNAMIC_STATE_BLEND_CONSTANTS: in pvr_dynamic_state_bit_from_vk()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 108 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in getDynamicStates()
|
H A D | vktShaderObjectPipelineInteractionTests.cpp | 300 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in iterate()
|
H A D | vktShaderObjectMiscTests.cpp | 824 dynamicStates.push_back(vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS); 948 if ((!m_params.pipeline && m_params.fragShader && !m_params.rasterizerDiscardEnable && m_params.colorBlendEnable) || hasDynamicState(dynamicStates, vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS))
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1657 case VK_DYNAMIC_STATE_BLEND_CONSTANTS: in dzn_graphics_pipeline_create()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 3663 if (tu_pipeline_static_state(pipeline, &cs, VK_DYNAMIC_STATE_BLEND_CONSTANTS, 5)) { in tu_pipeline_builder_parse_multisample_and_color_blend()
|
H A D | tu_cmd_buffer.c | 2640 struct tu_cs cs = tu_cmd_dynamic_state(cmd, VK_DYNAMIC_STATE_BLEND_CONSTANTS, 5); in tu_CmdSetBlendConstants()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 555 VK_DYNAMIC_STATE_BLEND_CONSTANTS = 4, enumerator
|