Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_FS_COORD_ORIGIN (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c405 transform.info.properties[TGSI_PROPERTY_FS_COORD_ORIGIN]; in util_pstipple_create_fragment_shader()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h281 TGSI_PROPERTY_FS_COORD_ORIGIN, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c482 case TGSI_PROPERTY_FS_COORD_ORIGIN: in iter_property()
Dtgsi_text.c1806 case TGSI_PROPERTY_FS_COORD_ORIGIN: in parse_property()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c764 TGSI_PROPERTY_FS_COORD_ORIGIN || in i915_translate_token()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c510 fsInfo->properties[TGSI_PROPERTY_FS_COORD_ORIGIN]; in setup_fragcoord_coeff()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c1084 if (fp->info.properties[TGSI_PROPERTY_FS_COORD_ORIGIN]) in _nvfx_fragprog_translate()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c597 TGSI_PROPERTY_FS_COORD_ORIGIN, in dcl_ps_sgv_input()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2334 case TGSI_PROPERTY_FS_COORD_ORIGIN: in ttn_compile_init()
Dnir_to_tgsi.c3174 ureg_property(c->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in nir_to_tgsi()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6521 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
6532 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1184 case TGSI_PROPERTY_FS_COORD_ORIGIN: in scanProperty()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3664 ureg_property(tx->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, TGSI_FS_COORD_ORIGIN_UPPER_LEFT); in tx_ctor()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3103 coordinate origin convention (see TGSI_PROPERTY_FS_COORD_ORIGIN).