Home
last modified time | relevance | path

Searched refs:semantic_name (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_linkage.c50 ubyte *semantic_name; in util_semantic_set_from_program_file() local
57 semantic_name = info.input_semantic_name; in util_semantic_set_from_program_file()
62 semantic_name = info.output_semantic_name; in util_semantic_set_from_program_file()
68 semantic_name = NULL; in util_semantic_set_from_program_file()
88 if(semantic_name[idx] == TGSI_SEMANTIC_GENERIC) in util_semantic_set_from_program_file()
101 if(semantic_name[idx] == TGSI_SEMANTIC_GENERIC) in util_semantic_set_from_program_file()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c99 unsigned semantic_name; member
111 unsigned semantic_name; member
118 unsigned semantic_name; member
124 unsigned semantic_name; member
320 unsigned semantic_name, in ureg_DECL_fs_input_cyl_centroid() argument
329 if (ureg->fs_input[i].semantic_name == semantic_name && in ureg_DECL_fs_input_cyl_centroid()
336 ureg->fs_input[i].semantic_name = semantic_name; in ureg_DECL_fs_input_cyl_centroid()
365 unsigned semantic_name, in ureg_DECL_gs_input() argument
370 ureg->gs_input[ureg->nr_gs_inputs].semantic_name = semantic_name; in ureg_DECL_gs_input()
385 unsigned semantic_name, in ureg_DECL_system_value() argument
[all …]
Dtgsi_ureg.h181 unsigned semantic_name,
189 unsigned semantic_name, in ureg_DECL_fs_input_cyl() argument
195 semantic_name, in ureg_DECL_fs_input_cyl()
204 unsigned semantic_name, in ureg_DECL_fs_input() argument
209 semantic_name, in ureg_DECL_fs_input()
222 unsigned semantic_name,
228 unsigned semantic_name,
233 unsigned semantic_name,
239 unsigned semantic_name,
Dtgsi_build.c241 unsigned semantic_name, in tgsi_build_declaration_semantic() argument
248 assert( semantic_name <= TGSI_SEMANTIC_COUNT ); in tgsi_build_declaration_semantic()
251 ds.Name = semantic_name; in tgsi_build_declaration_semantic()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c463 uint semantic_name, uint semantic_index) in draw_alloc_extra_vertex_attrib() argument
469 slot = draw_find_shader_output(draw, semantic_name, semantic_index); in draw_alloc_extra_vertex_attrib()
477 assert(n < Elements(draw->extra_shader_outputs.semantic_name)); in draw_alloc_extra_vertex_attrib()
479 draw->extra_shader_outputs.semantic_name[n] = semantic_name; in draw_alloc_extra_vertex_attrib()
532 uint semantic_name, uint semantic_index) in draw_find_shader_output() argument
538 if (info->output_semantic_name[i] == semantic_name && in draw_find_shader_output()
545 if (draw->extra_shader_outputs.semantic_name[i] == semantic_name && in draw_find_shader_output()
Ddraw_private.h301 uint semantic_name[10]; member
401 uint semantic_name, uint semantic_index);
Ddraw_context.h128 uint semantic_name, uint semantic_index);
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c193 static void *create_passthrough_vs(struct pipe_context *pipe, int semantic_name) in create_passthrough_vs() argument
218 if (semantic_name >= 0) { in create_passthrough_vs()
220 dst[1] = ureg_DECL_output(ureg, semantic_name, 0); in create_passthrough_vs()
238 int semantic_name = -1; in renderer_set_vs() local
244 semantic_name = TGSI_SEMANTIC_COLOR; in renderer_set_vs()
247 semantic_name = TGSI_SEMANTIC_GENERIC; in renderer_set_vs()
254 r->cached_vs[id] = create_passthrough_vs(r->pipe, semantic_name); in renderer_set_vs()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c479 unsigned semantic_name = info->base.output_semantic_name[index]; in lp_build_tgsi_info() local
481 if (semantic_name == TGSI_SEMANTIC_COLOR && in lp_build_tgsi_info()