Searched refs:alu_type (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_image_casts.c | 227 nir_alu_type alu_type = util_format_is_pure_uint(emulation_format) ? in lower_image_cast_instr() local 233 nir_intrinsic_set_dest_type(intr, alu_type); in lower_image_cast_instr() 236 nir_intrinsic_set_src_type(intr, alu_type); in lower_image_cast_instr()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 111 nir_alu_type alu_type) in sample_via_nir() argument 127 tex->dest_type = alu_type; in sample_via_nir()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1969 is_double(nir_alu_type alu_type, unsigned bit_size) in is_double() argument 1971 return nir_alu_type_get_base_type(alu_type) == nir_type_float && in is_double() 2009 get_overload(nir_alu_type alu_type, unsigned bit_size) in get_overload() argument 2011 switch (nir_alu_type_get_base_type(alu_type)) { in get_overload()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 59 nir_alu_type alu_type, unsigned bit_size) in cast_type() argument 62 switch (alu_type) { in cast_type()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10387 static int emit_logic_pred(struct r600_shader_ctx *ctx, int opcode, int alu_type, in emit_logic_pred() argument 10408 r = r600_bytecode_add_alu_type(ctx->bc, &alu, alu_type); in emit_logic_pred() 10633 int alu_type = CF_OP_ALU_PUSH_BEFORE; in emit_if() local 10655 alu_type = CF_OP_ALU; in emit_if() 10658 emit_logic_pred(ctx, opcode, alu_type, src); in emit_if()
|