Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_PERSPECTIVE (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A 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()
H A Dtgsi_scan.c191 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_src_operand()
451 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_instruction()
H A Dtgsi_exec.c2818 case TGSI_INTERPOLATE_PERSPECTIVE: in exec_declaration()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c143 info->base.input_interpolate[i] == TGSI_INTERPOLATE_PERSPECTIVE || in lp_fs_linear_run()
180 // TGSI_INTERPOLATE_PERSPECTIVE); in lp_fs_linear_run()
317 if (info->base.input_interpolate[unit] != TGSI_INTERPOLATE_PERSPECTIVE) { in lp_linear_check_variant()
H A Dlp_state_fs.c3932 case TGSI_INTERPOLATE_PERSPECTIVE: in llvmpipe_create_fs_state()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c182 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp()
216 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
H A 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/gallium/frontends/xa/
H A Dxa_tgsi.c206 TGSI_INTERPOLATE_PERSPECTIVE); in create_yuv_shader()
333 TGSI_INTERPOLATE_PERSPECTIVE); in read_input()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h103 TGSI_INTERPOLATE_PERSPECTIVE, enumerator
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c227 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c179 TGSI_INTERPOLATE_PERSPECTIVE); in fd_prog_blit_fs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c115 case TGSI_INTERPOLATE_PERSPECTIVE: in softpipe_compute_vertex_info()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c234 TGSI_INTERPOLATE_PERSPECTIVE, vsctx->num_outputs); in transform_inst()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c552 info->input_interpolate[i] = TGSI_INTERPOLATE_PERSPECTIVE; in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c206 case TGSI_INTERPOLATE_PERSPECTIVE: in ttn_translate_interp_mode()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c1363 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
1382 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
1558 struct ureg_src vFog = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_GENERIC, 16, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
H A 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/frontends/d3d10umd/
H A DShaderTGSI.c257 return TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
264 return TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp411 tgsi_interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in scan_input()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c303 interp_mode == TGSI_INTERPOLATE_PERSPECTIVE); in util_make_fragment_tex_shader_writemask()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2902 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
2918 case TGSI_INTERPOLATE_PERSPECTIVE: in translate_interpolation()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c561 interpolate == TGSI_INTERPOLATE_PERSPECTIVE) in eg_get_interpolator_index()

Completed in 74 milliseconds