Home
last modified time | relevance | path

Searched defs:ureg_program (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c111 struct ureg_program struct
113 enum pipe_shader_type processor;
114 bool supports_any_inout_decl_range;
115 int next_shader_processor;
117 struct ureg_input_decl {
126 } input[UREG_MAX_INPUT];
127 unsigned nr_inputs, nr_input_regs;
129 unsigned vs_inputs[PIPE_MAX_ATTRIBS/32];
131 struct {
134 } system_value[UREG_MAX_SYSTEM_VALUE];
[all …]