Home
last modified time | relevance | path

Searched refs:SHADER_PRIM_QUADS (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_enums.h1070 SHADER_PRIM_QUADS, enumerator
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp572 [SHADER_PRIM_QUADS] = _3DPRIM_QUADLIST,
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h3080 case SHADER_PRIM_QUADS: in si_conv_gl_prim_to_vertices()
Dradv_pipeline.c1246 case SHADER_PRIM_QUADS: in si_conv_gl_prim_to_gs_out()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c4000 case SHADER_PRIM_QUADS: in get_input_prim_type_mode()
4039 case SHADER_PRIM_QUADS: in get_output_prim_type_mode()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4323 return SHADER_PRIM_QUADS; in primitive_from_spv_execution_mode()