Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c105 struct ureg_program struct
107 unsigned processor;
108 struct pipe_context *pipe;
110 struct {
116 } fs_input[UREG_MAX_INPUT];
117 unsigned nr_fs_inputs;
119 unsigned vs_inputs[UREG_MAX_INPUT/32];
121 struct {
125 } gs_input[UREG_MAX_INPUT];
126 unsigned nr_gs_inputs;
[all …]
/external/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 {
127 } input[UREG_MAX_INPUT];
128 unsigned nr_inputs, nr_input_regs;
130 unsigned vs_inputs[PIPE_MAX_ATTRIBS/32];
132 struct {
135 } system_value[UREG_MAX_SYSTEM_VALUE];
[all …]