Searched refs:ureg_DECL_system_value (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c80 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
107 outer = ureg_DECL_system_value(ureg,
109 inner = ureg_DECL_system_value(ureg,
155 value = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_CS_USER_DATA, 0);
158 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
159 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0);
248 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
249 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c72 struct ureg_src instance_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
98 outer = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_TESS_DEFAULT_OUTER_LEVEL, 0);
99 inner = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_TESS_DEFAULT_INNER_LEVEL, 0);
144 value = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_CS_USER_DATA_AMD, 0);
147 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
148 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0);
714 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
715 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_pbo.c324 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
618 pos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0);
H A Dst_mesa_to_tgsi.c959 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0);
H A Dst_glsl_to_tgsi.cpp6872 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
1144 invocationID = ureg_DECL_system_value(ureg,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h243 ureg_DECL_system_value(struct ureg_program *,
H A Dtgsi_ureg.c396 ureg_DECL_system_value(struct ureg_program *ureg, function in typeref:struct:ureg_src
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mc.c90 pos = ureg_DECL_system_value(shader, TGSI_SEMANTIC_POSITION, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mc.c90 pos = ureg_DECL_system_value(shader, TGSI_SEMANTIC_POSITION, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h228 ureg_DECL_system_value(struct ureg_program *,
H A Dtgsi_ureg.c394 ureg_DECL_system_value(struct ureg_program *ureg, function in typeref:struct:ureg_src
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c526 sx->prim_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_PRIMID, 0);
540 reg = ureg_DECL_system_value(ureg, translate_system_name(dcl_siv_name), 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c978 return ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0);
1141 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0);
H A Dnine_ff.c1508 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c999 return ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0);
1162 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0);
H A Dnine_ff.c1514 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1834 struct ureg_src sv = ureg_DECL_system_value(c->ureg, semantic, 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6909 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0);

Completed in 64 milliseconds