Searched refs:alu_type (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 115 nir_alu_type alu_type) in sample_via_nir() argument 131 tex->dest_type = alu_type; in sample_via_nir()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1954 glsl_type_for_nir_alu_type(nir_alu_type alu_type, in glsl_type_for_nir_alu_type() argument 1957 return glsl_type::get_instance(brw_glsl_base_type_for_nir_type(alu_type), in glsl_type_for_nir_alu_type()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 43 nir_alu_type alu_type, unsigned bit_size) in cast_type() argument 46 switch (alu_type) { in cast_type()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10345 static int emit_logic_pred(struct r600_shader_ctx *ctx, int opcode, int alu_type, in emit_logic_pred() argument 10366 r = r600_bytecode_add_alu_type(ctx->bc, &alu, alu_type); in emit_logic_pred() 10591 int alu_type = CF_OP_ALU_PUSH_BEFORE; in emit_if() local 10613 alu_type = CF_OP_ALU; in emit_if() 10616 emit_logic_pred(ctx, opcode, alu_type, src); in emit_if()
|