Searched refs:alu_type (Results 1 – 2 of 2) sorted by relevance
2042 glsl_type_for_nir_alu_type(nir_alu_type alu_type, in glsl_type_for_nir_alu_type() argument2045 return glsl_type::get_instance(brw_glsl_base_type_for_nir_type(alu_type), in glsl_type_for_nir_alu_type()
9588 static int emit_logic_pred(struct r600_shader_ctx *ctx, int opcode, int alu_type) in emit_logic_pred() argument9608 r = r600_bytecode_add_alu_type(ctx->bc, &alu, alu_type); in emit_logic_pred()9832 int alu_type = CF_OP_ALU_PUSH_BEFORE; in emit_if() local9854 alu_type = CF_OP_ALU; in emit_if()9857 emit_logic_pred(ctx, opcode, alu_type); in emit_if()