Searched refs:in_type (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 150 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 D | nir.h | 67 * 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) \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 162 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 D | nir.h | 91 * 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/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 1570 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/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 3171 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);
|
Completed in 49 milliseconds