Home
last modified time | relevance | path

Searched refs:semantic_indexes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.h51 const unsigned *semantic_indexes,
58 const unsigned *semantic_indexes,
142 const uint8_t *semantic_indexes);
H A Du_simple_shaders.c63 const unsigned *semantic_indexes, in util_make_vertex_passthrough_shader() argument
68 semantic_indexes, in util_make_vertex_passthrough_shader()
76 const unsigned *semantic_indexes, in util_make_vertex_passthrough_shader_with_so() argument
98 semantic_indexes[i]); in util_make_vertex_passthrough_shader_with_so()
920 const uint8_t *semantic_indexes) in util_make_geometry_passthrough_shader() argument
947 semantic_indexes[i], 0, 1); in util_make_geometry_passthrough_shader()
949 dst[i] = ureg_DECL_output(ureg, semantic_names[i], semantic_indexes[i]); in util_make_geometry_passthrough_shader()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c136 const unsigned semantic_indexes[] = { 0, 0 }; in pp_init_prog() local
139 semantic_indexes, false); in pp_init_prog()
/aosp_15_r20/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c223 const uint semantic_indexes[] = { 0, 0 }; in init_prog() local
224 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, false); in init_prog()
H A Dquad-tex.c279 const uint semantic_indexes[] = { 0, 0 }; in init_prog() local
280 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, false); in init_prog()