HomeSort by: relevance | last modified time | path
    Searched refs:strct (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_batch_decoder.c 277 struct intel_group *strct = local
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
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
1087 if (strct == NULL) {
1100 ctx_print_group(ctx, strct, offset, bind_bo.map)
1122 struct intel_group *strct = local
1143 struct intel_group *strct = local
1179 struct intel_group *strct = local
1216 struct intel_group *strct = local
1239 struct intel_group *strct = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_locals_to_regs.c 60 hash = XXH32(&deref->strct.index, sizeof(deref->strct.index), hash);
87 if (a->strct.index != b->strct.index)
nir_lower_vars_to_ssa.c 170 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],
nir_deref.c 311 (*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);
nir_opt_find_array_copies.c 131 idx = instr->strct.index;
217 struct match_node *child = node->children[(*deref)->strct.index];
379 if (b->strct.index != d->strct.index)
nir_split_per_member_structs.c 140 nir_variable *member = find_var_member(base->var, deref->strct.index,
nir_lower_io_to_temporaries.c 152 (*old_interp_deref)->strct.index);
155 (*old_interp_deref)->strct.index);
nir_opt_constant_folding.c 162 if (p->strct.index >= c->num_elements)
164 c = c->elements[p->strct.index];
nir_instr_set.c 165 hash = HASH(hash, instr->strct.index);
618 if (deref1->strct.index != deref2->strct.index)
nir_clone.c 326 nderef->strct.index = deref->strct.index;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_nir_lower_builtin.c 94 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/nir/
nir_lower_vars_to_ssa.c 154 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],
nir_lower_locals_to_regs.c 60 hash = _mesa_fnv32_1a_accumulate(hash, deref->strct.index);
87 if (a->strct.index != b->strct.index)
nir_deref.c 183 (*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;
nir_opt_find_array_copies.c 157 if (b->strct.index != d->strct.index)
nir_split_per_member_structs.c 158 nir_variable *member = find_var_member(base->var, deref->strct.index,
nir_instr_set.c 154 hash = HASH(hash, instr->strct.index);
626 if (deref1->strct.index != deref2->strct.index)
nir_clone.c 309 nderef->strct.index = deref->strct.index;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_nir_lower_builtin.c 94 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/
gl_nir_lower_samplers_as_deref.c 107 *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/intel/tools/
aubinator_viewer_decoder.cpp 200 struct intel_group *strct = local
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
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.old/dist/src/intel/common/
gen_batch_decoder.c 245 struct gen_group *strct = local
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
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/
aubinator_viewer_decoder.cpp 200 struct gen_group *strct = local
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
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/compiler/glsl/
gl_nir_lower_samplers_as_deref.c 107 *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/
glsl_types.cpp 2946 } 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.explicit_alignment
    [all...]

Completed in 53 milliseconds

1 2 3