Searched refs:ureg_DECL_system_value (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 306 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in st_pbo_create_vs() 434 pos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in create_fs()
|
D | st_mesa_to_tgsi.c | 959 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0); in st_translate_mesa_program()
|
D | st_glsl_to_tgsi.cpp | 6476 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0); in st_translate_program()
|
/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()
|
/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 | 240 ureg_DECL_system_value(struct ureg_program *,
|
D | tgsi_ureg.c | 391 ureg_DECL_system_value(struct ureg_program *ureg, in ureg_DECL_system_value() function
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 210 ureg_DECL_system_value(struct ureg_program *,
|
D | tgsi_ureg.c | 342 ureg_DECL_system_value(struct ureg_program *ureg, in ureg_DECL_system_value() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 3130 outer = ureg_DECL_system_value(ureg, in si_generate_fixed_func_tcs() 3132 inner = ureg_DECL_system_value(ureg, in si_generate_fixed_func_tcs() 3455 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blit_vs()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 890 return ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_get_position_input() 1084 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param()
|
D | nine_ff.c | 1508 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_ff_build_ps()
|