Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c405 transform.info.properties[TGSI_PROPERTY_FS_COORD_ORIGIN]; in util_pstipple_create_fragment_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h287 TGSI_PROPERTY_FS_COORD_ORIGIN, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h276 #define TGSI_PROPERTY_FS_COORD_ORIGIN 3 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c758 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
769 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
Dst_glsl_to_tgsi.cpp6441 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
6452 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c466 case TGSI_PROPERTY_FS_COORD_ORIGIN: in iter_property()
Dtgsi_text.c1782 case TGSI_PROPERTY_FS_COORD_ORIGIN: in parse_property()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c498 case TGSI_PROPERTY_FS_COORD_ORIGIN: in iter_property()
Dtgsi_text.c1806 case TGSI_PROPERTY_FS_COORD_ORIGIN: in parse_property()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c556 fsInfo->properties[TGSI_PROPERTY_FS_COORD_ORIGIN]; in setup_fragcoord_coeff()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c1084 if (fp->info.properties[TGSI_PROPERTY_FS_COORD_ORIGIN]) in _nvfx_fragprog_translate()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2636 ureg_property(c->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in nir_to_tgsi()
Dtgsi_to_nir.c2333 case TGSI_PROPERTY_FS_COORD_ORIGIN: in ttn_compile_init()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1179 case TGSI_PROPERTY_FS_COORD_ORIGIN: in scanProperty()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3635 ureg_property(tx->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, TGSI_FS_COORD_ORIGIN_UPPER_LEFT); in tx_ctor()
/external/mesa3d/docs/gallium/
Dtgsi.rst3100 coordinate origin convention (see TGSI_PROPERTY_FS_COORD_ORIGIN).
/external/virglrenderer/src/
Dvrend_shader.c1635 case TGSI_PROPERTY_FS_COORD_ORIGIN: in iter_property()