Home
last modified time | relevance | path

Searched refs:VK_DYNAMIC_STATE_BLEND_CONSTANTS (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp288 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 Dzink_pipeline.c222 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in zink_create_gfx_pipeline()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c141 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 DvktDynamicStateComputeTests.cpp482 VK_DYNAMIC_STATE_BLEND_CONSTANTS,
533 { VK_DYNAMIC_STATE_BLEND_CONSTANTS, { {}, setBlendConstants } }, in getDynamicStateInfo()
H A DvktDynamicStateDiscardTests.cpp550 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 DvktDynamicStateComputeTests.cpp480 VK_DYNAMIC_STATE_BLEND_CONSTANTS,
531 { VK_DYNAMIC_STATE_BLEND_CONSTANTS, { {}, setBlendConstants } }, in getDynamicStateInfo()
H A DvktDynamicStateDiscardTests.cpp538 m_dynamicStates = { vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS }; in BlendTestInstance()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp466 dynamicStates[2] = VK_DYNAMIC_STATE_BLEND_CONSTANTS;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp489 VK_DYNAMIC_STATE_LINE_WIDTH, VK_DYNAMIC_STATE_BLEND_CONSTANTS, in Initialize()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c537 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in create_pipeline()
H A Dv3dv_pipeline.c2639 case VK_DYNAMIC_STATE_BLEND_CONSTANTS: in v3dv_dynamic_state_mask()
H A Dv3dv_meta_copy.c3459 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in create_pipeline()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp826 VK_DYNAMIC_STATE_BLEND_CONSTANTS, in create_graphics_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp1024 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in DynamicState()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp1024 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in DynamicState()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp2143 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 DvkSafetyCriticalUtil.cpp482 // 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 Dpvr_pipeline.c1317 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 DvktShaderObjectPerformanceTests.cpp108 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in getDynamicStates()
H A DvktShaderObjectPipelineInteractionTests.cpp300 vk::VK_DYNAMIC_STATE_BLEND_CONSTANTS, in iterate()
H A DvktShaderObjectMiscTests.cpp824 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 Ddzn_pipeline.c1657 case VK_DYNAMIC_STATE_BLEND_CONSTANTS: in dzn_graphics_pipeline_create()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c3663 if (tu_pipeline_static_state(pipeline, &cs, VK_DYNAMIC_STATE_BLEND_CONSTANTS, 5)) { in tu_pipeline_builder_parse_multisample_and_color_blend()
H A Dtu_cmd_buffer.c2640 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 Dvulkan.h555 VK_DYNAMIC_STATE_BLEND_CONSTANTS = 4, enumerator

Completed in 98 milliseconds

12