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.c95 struct ureg_program struct
97 unsigned processor;
98 struct pipe_context *pipe;
100 struct {
106 } fs_input[UREG_MAX_INPUT];
107 unsigned nr_fs_inputs;
109 unsigned vs_inputs[UREG_MAX_INPUT/32];
111 struct {
115 } gs_input[UREG_MAX_INPUT];
116 unsigned nr_gs_inputs;
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c108 struct ureg_program struct
110 unsigned processor;
111 bool supports_any_inout_decl_range;
112 int next_shader_processor;
114 struct {
124 } input[UREG_MAX_INPUT];
125 unsigned nr_inputs, nr_input_regs;
127 unsigned vs_inputs[PIPE_MAX_ATTRIBS/32];
129 struct {
132 } system_value[UREG_MAX_SYSTEM_VALUE];
[all …]