Searched refs:strct (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c277 struct intel_group *strct = local in function:dump_binding_table
279 if (strct == NULL) {
316 uint32_t size = strct->dw_length * 4;
325 ctx_print_group(ctx, strct, addr, bo.map + (addr - bo.addr));
332 struct intel_group *strct = intel_spec_find_struct(ctx->spec, "SAMPLER_STATE"); local in function:dump_samplers
350 const unsigned sampler_state_size = strct->dw_length * 4;
360 ctx_print_group(ctx, strct, state_addr, state_map);
1085 struct intel_group *strct = local in function:decode_vs_state
1087 if (strct == NULL) {
1100 ctx_print_group(ctx, strct, offse
1122 struct intel_group *strct = local in function:decode_gs_state
1143 struct intel_group *strct = local in function:decode_clip_state
1179 struct intel_group *strct = local in function:decode_sf_state
1216 struct intel_group *strct = local in function:decode_wm_state
1239 struct intel_group *strct = local in function:decode_cc_state
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c60 hash = XXH32(&deref->strct.index, sizeof(deref->strct.index), hash);
87 if (a->strct.index != b->strct.index)
H A Dnir_lower_vars_to_ssa.c170 assert(deref->strct.index < glsl_get_length(parent->type));
172 if (parent->children[deref->strct.index] == NULL) {
173 parent->children[deref->strct.index] =
178 return parent->children[deref->strct.index];
264 if (node->children[(*path)->strct.index]) {
265 foreach_deref_node_worker(node->children[(*path)->strct.index],
327 if (node->children[(*path)->strct.index]) {
328 return path_may_be_aliased_node(node->children[(*path)->strct.index],
H A Dnir_deref.c311 (*p)->strct.index);
349 (*p)->strct.index);
456 glsl_get_struct_field_data(struct_type, (*p)->strct.index);
609 if (a_tail->strct.index != b_tail->strct.index)
733 new_deref->strct.index = deref->strct.index;
841 child->strct.index);
H A Dnir_opt_find_array_copies.c131 idx = instr->strct.index;
217 struct match_node *child = node->children[(*deref)->strct.index];
379 if (b->strct.index != d->strct.index)
H A Dnir_split_per_member_structs.c140 nir_variable *member = find_var_member(base->var, deref->strct.index,
H A Dnir_lower_io_to_temporaries.c152 (*old_interp_deref)->strct.index);
155 (*old_interp_deref)->strct.index);
H A Dnir_opt_constant_folding.c162 if (p->strct.index >= c->num_elements)
164 c = c->elements[p->strct.index];
H A Dnir_instr_set.c165 hash = HASH(hash, instr->strct.index);
618 if (deref1->strct.index != deref2->strct.index)
H A Dnir_clone.c326 nderef->strct.index = deref->strct.index;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c154 assert(deref->strct.index < glsl_get_length(parent->type));
156 if (parent->children[deref->strct.index] == NULL) {
157 parent->children[deref->strct.index] =
162 return parent->children[deref->strct.index];
247 if (node->children[(*path)->strct.index]) {
248 foreach_deref_node_worker(node->children[(*path)->strct.index],
310 if (node->children[(*path)->strct.index]) {
311 return path_may_be_aliased_node(node->children[(*path)->strct.index],
H A Dnir_lower_locals_to_regs.c60 hash = _mesa_fnv32_1a_accumulate(hash, deref->strct.index);
87 if (a->strct.index != b->strct.index)
H A Dnir_deref.c183 (*p)->strct.index);
214 (*p)->strct.index);
321 glsl_get_struct_field_data(struct_type, (*p)->strct.index);
460 if (a_tail->strct.index != b_tail->strct.index)
560 new_deref->strct.index = deref->strct.index;
H A Dnir_opt_find_array_copies.c157 if (b->strct.index != d->strct.index)
H A Dnir_split_per_member_structs.c158 nir_variable *member = find_var_member(base->var, deref->strct.index,
H A Dnir_instr_set.c154 hash = HASH(hash, instr->strct.index);
626 if (deref1->strct.index != deref2->strct.index)
H A Dnir_clone.c309 nderef->strct.index = deref->strct.index;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c94 assert(path->path[idx]->strct.index < desc->num_elements);
96 return &desc->elements[path->path[idx]->strct.index ];
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c94 assert(path->path[idx]->strct.index < desc->num_elements);
96 return &desc->elements[path->path[idx]->strct.index ];
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c107 *location += glsl_get_struct_location_offset(cur->type, next->strct.index);
109 glsl_get_struct_elem_name(cur->type, next->strct.index));
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c245 struct gen_group *strct = local in function:dump_binding_table
247 if (strct == NULL) {
275 uint32_t size = strct->dw_length * 4;
284 ctx_print_group(ctx, strct, addr, bo.map + (addr - bo.addr));
291 struct gen_group *strct = gen_spec_find_struct(ctx->spec, "SAMPLER_STATE"); local in function:dump_samplers
294 count = update_count(ctx, offset, strct->dw_length, 4);
312 ctx_print_group(ctx, strct, state_addr, state_map);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp200 struct gen_group *strct = local in function:dump_binding_table
202 if (strct == NULL) {
232 uint32_t size = strct->dw_length * 4;
244 aub_viewer_print_group(ctx, strct, addr, state);
253 struct gen_group *strct = gen_spec_find_struct(ctx->spec, "SAMPLER_STATE"); local in function:dump_samplers
256 count = update_count(ctx, offset, strct->dw_length, 4);
276 aub_viewer_print_group(ctx, strct, state_addr, state_map);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp200 struct intel_group *strct = local in function:dump_binding_table
202 if (strct == NULL) {
232 uint32_t size = strct->dw_length * 4;
244 aub_viewer_print_group(ctx, strct, addr, state);
253 struct intel_group *strct = intel_spec_find_struct(ctx->spec, "SAMPLER_STATE"); local in function:dump_samplers
270 const unsigned sampler_state_size = strct->dw_length * 4;
280 aub_viewer_print_group(ctx, strct, state_addr, state_map);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c107 *location += glsl_get_struct_location_offset(cur->type, next->strct.index);
109 glsl_get_struct_elem_name(cur->type, next->strct.index));
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.cpp2946 } strct; member in union:packed_type
3056 encoded.strct.length = MIN2(type->length, 0xfffff);
3057 encoded.strct.explicit_alignment =
3060 encoded.strct.interface_packing_or_packed = type->interface_packing;
3061 encoded.strct.interface_row_major = type->interface_row_major;
3063 encoded.strct.interface_packing_or_packed = type->packed;
3069 if (encoded.strct.length == 0xfffff)
3071 if (encoded.strct.explicit_alignment == 0xf)
3159 unsigned num_fields = encoded.strct.length;
3162 unsigned explicit_alignment = encoded.strct
[all...]

Completed in 30 milliseconds

123