Searched refs:const_vals (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c993 void *const_vals,
1002 uint8_t *dst = (uint8_t *)const_vals + offset;
1028 const struct glsl_type *type, void *const_vals,
1035 const_vals,
1044 const_vals, offset + (elt * stride));
1053 elt_type, const_vals,
1070 const struct dxil_value **const_vals = local in function:emit_global_consts
1072 if (!const_vals)
1075 const_vals[i] = dxil_module_get_int32_const(&ctx->mod, const_ints[i]);
1085 dxil_module_get_array_const(&ctx->mod, type, const_vals);
990 var_fill_const_array_with_vector_or_scalar(struct ntd_context * ctx,const struct nir_constant * c,const struct glsl_type * type,void * const_vals,unsigned int offset) argument
1027 var_fill_const_array(struct ntd_context * ctx,const struct nir_constant * c,const struct glsl_type * type,void * const_vals,unsigned int offset) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp1350 uint32_t const_vals[NIR_MAX_VEC_COMPONENTS] = {}; local in function:aco::__anon562fcc110110::visit_alu_instr
1356 const_vals[idx] |= nir_src_as_uint(instr->src[i].src) << offset;
1384 Operand::c32(const_vals[i * 2]), packed[i * 2 + 1]);
1387 Operand::c32(const_vals[i * 2 + 1]));
1390 const_vals[i] = const_vals[i * 2] | (const_vals[i * 2 + 1] << 16);
1392 const_vals[i] = 0;
1397 if (const_vals[i] && packed[i].id())
1399 Operand::c32(const_vals[
[all...]

Completed in 15 milliseconds