Searched refs:in_type (Results 1 - 6 of 6) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c3171 nir_alu_type in_type = nir_intrinsic_src_type(intr); local in function:emit_image_store
3172 enum overload_type overload = get_overload(in_type, 32);
3179 value[i] = get_src(ctx, &intr->src[3], i, in_type);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c1570 const struct glsl_type *in_type = var->type; local in function:zink_shader_tcs_create
1574 in_type = glsl_array_type(type, 32 /* MAX_PATCH_VERTICES */, 0);
1577 nir_variable *in = nir_variable_create(nir, nir_var_shader_in, in_type, var->name);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opcodes.py162 def unop_convert(name, out_type, in_type, const_expr):
163 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr)
192 def unop_numeric_convert(name, out_type, in_type, const_expr):
193 opcode(name, 0, out_type, [0], [in_type], True, "", const_expr)
555 def binop_convert(name, out_type, in_type, alg_props, const_expr):
556 opcode(name, 0, out_type, [0, 0], [in_type, in_type],
H A Dnir.h91 * This macro defines a cast function from in_type to out_type where
97 #define NIR_DEFINE_CAST(name, in_type, out_type, field, \
100 name(const in_type *parent) \
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opcodes.py150 def unop_convert(name, out_type, in_type, const_expr):
151 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr)
180 def unop_numeric_convert(name, out_type, in_type, const_expr):
181 opcode(name, 0, out_type, [0], [in_type], True, "", const_expr)
443 def binop_convert(name, out_type, in_type, alg_props, const_expr):
444 opcode(name, 0, out_type, [0, 0], [in_type, in_type],
H A Dnir.h67 * This macro defines a cast function from in_type to out_type where
73 #define NIR_DEFINE_CAST(name, in_type, out_type, field, \
76 name(const in_type *parent) \

Completed in 27 milliseconds