Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h437 #define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */ macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c154 case TGSI_SAT_ZERO_ONE: return RC_SATURATE_ZERO_ONE; in translate_saturate()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c541 if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE) { in nvfx_vertprog_parse_instruction()
805 if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE && !nv30->use_nv4x) { in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE); in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c528 case TGSI_SAT_ZERO_ONE: in iter_instruction()
Dtgsi_ppc.c535 case TGSI_SAT_ZERO_ONE: in emit_store()
Dtgsi_text.c847 *saturate = TGSI_SAT_ZERO_ONE; in match_inst()
Dtgsi_exec.c1579 case TGSI_SAT_ZERO_ONE: in store_dest()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c240 case TGSI_SAT_ZERO_ONE: in lp_emit_store_aos()
Dlp_bld_tgsi_soa.c963 case TGSI_SAT_ZERO_ONE: in emit_store_chan()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c331 if (inst->Instruction.Saturate == TGSI_SAT_ZERO_ONE) in get_result_flags()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c312 case TGSI_SAT_ZERO_ONE: in emit_store()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp1378 case TGSI_SAT_ZERO_ONE: in storeDst()