| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.cpp | 60 assert(var < num_vars); 78 assert(var < num_vars); 238 for (int i = 0; i < num_vars; i++) { 258 num_vars = 0; 261 var_from_vgrf[i] = num_vars; 262 num_vars += v->alloc.sizes[i]; 265 vgrf_from_var = rzalloc_array(mem_ctx, int, num_vars); 272 start = ralloc_array(mem_ctx, int, num_vars); 273 end = rzalloc_array(mem_ctx, int, num_vars); 274 for (int i = 0; i < num_vars; [all...] |
| H A D | brw_fs_dead_code_eliminate.cpp | 79 int num_vars = live_intervals->num_vars; local in function:fs_visitor::dead_code_eliminate 80 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); 85 sizeof(BITSET_WORD) * BITSET_WORDS(num_vars));
|
| H A D | brw_vec4_dead_code_eliminate.cpp | 46 int num_vars = live_intervals->num_vars; local in function:vec4_visitor::dead_code_eliminate 47 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); 52 sizeof(BITSET_WORD) * BITSET_WORDS(num_vars));
|
| H A D | brw_fs_live_variables.h | 100 int num_vars; member in class:brw::fs_live_variables
|
| H A D | brw_vec4_live_variables.h | 69 int num_vars; member in class:brw::vec4_live_variables
|
| H A D | brw_vec4_live_variables.cpp | 189 num_vars = alloc.total_size * 8; 192 bitset_words = BITSET_WORDS(num_vars); 293 for (int i = 0; i < live_intervals->num_vars; i++) {
|
| H A D | brw_vec4.cpp | 1543 int num_vars = this->alloc.count; local in function:brw::vec4_visitor::split_virtual_grfs 1544 int new_virtual_grf[num_vars]; 1545 bool split_grf[num_vars]; 1550 for (int i = 0; i < num_vars; i++) { 1570 for (int i = 0; i < num_vars; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_dead_code_eliminate.cpp | 81 int num_vars = live_vars.num_vars; local in function:fs_visitor::dead_code_eliminate 82 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); 87 sizeof(BITSET_WORD) * BITSET_WORDS(num_vars));
|
| H A D | brw_fs_live_variables.cpp | 60 assert(var < num_vars); 78 assert(var < num_vars); 264 num_vars = 0; 267 var_from_vgrf[i] = num_vars; 268 num_vars += s->alloc.sizes[i]; 271 vgrf_from_var = rzalloc_array(mem_ctx, int, num_vars); 278 start = ralloc_array(mem_ctx, int, num_vars); 279 end = rzalloc_array(mem_ctx, int, num_vars); 280 for (int i = 0; i < num_vars; i++) { 294 bitset_words = BITSET_WORDS(num_vars); [all...] |
| H A D | brw_vec4_dead_code_eliminate.cpp | 45 int num_vars = live_vars.num_vars; local in function:vec4_visitor::dead_code_eliminate 46 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); 51 sizeof(BITSET_WORD) * BITSET_WORDS(num_vars));
|
| H A D | brw_vec4_live_variables.cpp | 204 for (int i = 0; i < num_vars; i++) { 223 num_vars = alloc.total_size * 8; 224 start = ralloc_array(mem_ctx, int, num_vars); 225 end = ralloc_array(mem_ctx, int, num_vars); 227 for (int i = 0; i < num_vars; i++) { 236 bitset_words = BITSET_WORDS(num_vars); 264 if (var + j >= unsigned(live->num_vars) ||
|
| H A D | brw_fs_live_variables.h | 111 int num_vars; member in class:brw::fs_live_variables
|
| H A D | brw_vec4_live_variables.h | 81 int num_vars; member in class:brw::vec4_live_variables
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_gs_variant.cpp | 127 unsigned num_vars; member in struct:emit_primitives_context 171 snprintf(tmp, ARRAY_SIZE(tmp), "in_%d", emit_ctx->num_vars); 172 emit_ctx->in[emit_ctx->num_vars] = nir_variable_create(nir, 176 emit_ctx->in[emit_ctx->num_vars]->data.location = i; 177 emit_ctx->in[emit_ctx->num_vars]->data.driver_location = key->varyings.vars[i].driver_location; 178 emit_ctx->in[emit_ctx->num_vars]->data.interpolation = key->varyings.vars[i].interpolation; 182 edgeflag_var = emit_ctx->in[emit_ctx->num_vars]; 185 pos_var = emit_ctx->in[emit_ctx->num_vars]; 188 snprintf(tmp, ARRAY_SIZE(tmp), "out_%d", emit_ctx->num_vars); 189 emit_ctx->out[emit_ctx->num_vars] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_nir.h | 70 unsigned num_vars,
|
| H A D | st_nir_builtins.c | 104 unsigned num_vars, 119 for (unsigned i = 0; i < num_vars; i++) { 101 st_nir_make_passthrough_shader(struct st_context * st,const char * shader_name,gl_shader_stage stage,unsigned num_vars,unsigned * input_locations,unsigned * output_locations,unsigned * interpolation_modes,unsigned sysval_mask) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_nir.h | 72 unsigned num_vars,
|
| H A D | st_nir_builtins.c | 93 unsigned num_vars, 108 for (unsigned i = 0; i < num_vars; i++) { 90 st_nir_make_passthrough_shader(struct st_context * st,const char * shader_name,gl_shader_stage stage,unsigned num_vars,unsigned * input_locations,unsigned * output_locations,unsigned * interpolation_modes,unsigned sysval_mask) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 276 qir_compute_start_end(struct vc4_compile *c, int num_vars) argument 279 for (int i = 0; i < num_vars; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 264 qir_compute_start_end(struct vc4_compile *c, int num_vars) argument 267 for (int i = 0; i < num_vars; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 272 vir_compute_start_end(struct v3d_compile *c, int num_vars) argument 275 for (int i = 0; i < num_vars; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 307 vir_compute_start_end(struct v3d_compile *c, int num_vars) argument 310 for (int i = 0; i < num_vars; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 161 unsigned num_vars = 0; local in function:get_flat_type 194 num_vars++; 201 if (num_vars <= 1)
|
| H A D | nir.c | 303 unsigned num_vars = 0; local in function:nir_sort_variables_with_modes 305 ++num_vars; 307 struct var_cmp *vars = ralloc_array(shader, struct var_cmp, num_vars); 316 assert(i == num_vars); 318 util_qsort_r(vars, num_vars, sizeof(*vars), var_sort_cmp, cmp); 320 for (i = 0; i < num_vars; i++)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.h | 262 size_t num_vars, size_t *position);
|