Home
last modified time | relevance | path

Searched refs:alu_type (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c227 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/
H A Dst_cb_drawpixels.c111 nir_alu_type alu_type) in sample_via_nir()
127 tex->dest_type = alu_type; in sample_via_nir()
109 sample_via_nir(nir_builder *b, nir_variable *texcoord, const char *name, int sampler, enum glsl_base_type base_type, nir_alu_type alu_type) sample_via_nir() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c59 nir_alu_type alu_type, unsigned bit_size) in cast_type()
62 switch (alu_type) { in cast_type()
58 cast_type(struct lp_build_nir_context *bld_base, LLVMValueRef val, nir_alu_type alu_type, unsigned bit_size) cast_type() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1969 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/drivers/r600/
H A Dr600_shader.c10387 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()

Completed in 34 milliseconds