Searched refs:ureg_DECL_system_value (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in util_make_vertex_passthrough_shader_with_so() 1211 invocationID = ureg_DECL_system_value(ureg, in util_make_tess_ctrl_passthrough_shader()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 90 pos = ureg_DECL_system_value(shader, TGSI_SEMANTIC_POSITION, 0); in calc_line()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 229 ureg_DECL_system_value(struct ureg_program *,
|
D | tgsi_ureg.c | 399 ureg_DECL_system_value(struct ureg_program *ureg, in ureg_DECL_system_value() function
|
/external/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 526 sx->prim_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_PRIMID, 0); in dcl_gs_input() 540 reg = ureg_DECL_system_value(ureg, translate_system_name(dcl_siv_name), 0); in dcl_sgv_input()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | nir_to_rc.c | 1487 struct ureg_src sv = ureg_DECL_system_value(c->ureg, semantic, 0); in ntr_emit_load_sysval()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1008 return ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_get_position_input() 1173 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param()
|
D | nine_ff.c | 1556 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_ff_build_ps()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2402 struct ureg_src sv = ureg_DECL_system_value(c->ureg, semantic, 0); in ntt_emit_load_sysval()
|