Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_PERSPECTIVE (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c301 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
307 return TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
Dtgsi_scan.c191 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_src_operand()
451 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_instruction()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear.c144 info->base.input_interpolate[i] == TGSI_INTERPOLATE_PERSPECTIVE || in lp_fs_linear_run()
312 if (info->base.input_interpolate[unit] != TGSI_INTERPOLATE_PERSPECTIVE) { in lp_linear_check_variant()
Dlp_state_fs.c3848 case TGSI_INTERPOLATE_PERSPECTIVE: in llvmpipe_create_fs_state()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c182 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp()
216 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
Ddraw_pipe_clip.c764 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp()
821 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state()
852 case TGSI_INTERPOLATE_PERSPECTIVE: in clip_init_state()
885 case TGSI_INTERPOLATE_PERSPECTIVE: in clip_init_state()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c87 semantic, 0, TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
Dst_program.c1109 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
1134 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
1139 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
1181 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
1205 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
Dst_cb_drawpixels_shader.c118 TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c206 TGSI_INTERPOLATE_PERSPECTIVE); in create_yuv_shader()
333 TGSI_INTERPOLATE_PERSPECTIVE); in read_input()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c227 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c179 TGSI_INTERPOLATE_PERSPECTIVE); in fd_prog_blit_fs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c116 case TGSI_INTERPOLATE_PERSPECTIVE: in softpipe_compute_vertex_info()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h103 TGSI_INTERPOLATE_PERSPECTIVE, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp173 m_interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in ShaderInputVarying()
Dsfn_shader_fragment.cpp166 tgsi_interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in process_load_input()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c234 TGSI_INTERPOLATE_PERSPECTIVE, vsctx->num_outputs); in transform_inst()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c559 info->input_interpolate[i] = TGSI_INTERPOLATE_PERSPECTIVE; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c205 case TGSI_INTERPOLATE_PERSPECTIVE: in ttn_translate_interp_mode()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c303 interp_mode == TGSI_INTERPOLATE_PERSPECTIVE); in util_make_fragment_tex_shader_writemask()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c257 return TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
264 return TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1360 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
1379 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
1555 … ureg_src vFog = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_GENERIC, 16, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
Dnine_shader.c901 TGSI_INTERPOLATE_PERSPECTIVE); in tx_texcoord_alloc()
2225 return TGSI_INTERPOLATE_PERSPECTIVE; in nine_tgsi_to_interp_mode()
3776 TGSI_INTERPOLATE_PERSPECTIVE), in shader_add_ps_fog_stage()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2707 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()
2864 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2728 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
2744 case TGSI_INTERPOLATE_PERSPECTIVE: in translate_interpolation()

12