Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IBFE (Results 1 – 13 of 13) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c226 { 1, 3, 0, 0, 0, 0, COMP, "IBFE", TGSI_OPCODE_IBFE },
409 case TGSI_OPCODE_IBFE: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c176 case TGSI_OPCODE_IBFE: in tgsi_opcode_infer_type()
Dtgsi_exec.c6020 case TGSI_OPCODE_IBFE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h545 TGSI_OPCODE_IBFE = 184, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h527 #define TGSI_OPCODE_IBFE 184 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp573 case TGSI_OPCODE_IBFE: in inferSrcType()
3788 case TGSI_OPCODE_IBFE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c628 [nir_op_ibitfield_extract] = { TGSI_OPCODE_IBFE }, in ntt_emit_alu()
Dtgsi_to_nir.c1942 [TGSI_OPCODE_IBFE] = nir_op_ibitfield_extract,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2644 bld_base->op_actions[TGSI_OPCODE_IBFE].emit = ibfe_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c941 case TGSI_OPCODE_IBFE: in translate_opcode()
2998 emit->info.opcode_count[TGSI_OPCODE_IBFE] > 0 || in alloc_common_immediates()
9310 case TGSI_OPCODE_IBFE: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11857 [TGSI_OPCODE_IBFE] = { ALU_OP3_BFE_INT, tgsi_unsupported},
12054 [TGSI_OPCODE_IBFE] = { ALU_OP3_BFE_INT, tgsi_bfe},
12280 [TGSI_OPCODE_IBFE] = { ALU_OP3_BFE_INT, tgsi_bfe},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2127 emit_asm(ir, TGSI_OPCODE_IBFE, result_dst, op[0], op[1], op[2]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c5263 case TGSI_OPCODE_IBFE: in iter_instruction()