Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_program.c477 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in st_translate_vertex_program()
480 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED, in st_translate_vertex_program()
917 ureg_property(ureg, TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS, 1); in st_translate_fragment_program()
922 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT, in st_translate_fragment_program()
926 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT, in st_translate_fragment_program()
930 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT, in st_translate_fragment_program()
934 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT, in st_translate_fragment_program()
1309 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in st_translate_program_common()
1312 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED, in st_translate_program_common()
1482 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, in st_translate_geometry_program()
[all …]
Dst_mesa_to_tgsi.c746 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
757 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
773 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos()
796 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos()
Dst_pbo.c347 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_TRIANGLES); in st_pbo_create_gs()
348 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_TRIANGLE_STRIP); in st_pbo_create_gs()
349 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 3); in st_pbo_create_gs()
Dst_glsl_to_tgsi.cpp6072 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
6083 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos()
6097 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos()
6117 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos()
6157 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, in emit_compute_block_size()
6159 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT, in emit_compute_block_size()
6161 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, in emit_compute_block_size()
6393 ureg_property(ureg, TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL, 1); in st_translate_program()
6396 ureg_property(ureg, TGSI_PROPERTY_FS_POST_DEPTH_COVERAGE, 1); in st_translate_program()
Dst_cb_drawpixels.c140 ureg_property(ureg, TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS, TRUE); in get_drawpix_z_stencil_program()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c88 ureg_property(ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, TRUE); in util_make_vertex_passthrough_shader_with_so()
929 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_POINTS); in util_make_geometry_passthrough_shader()
930 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_POINTS); in util_make_geometry_passthrough_shader()
931 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 1); in util_make_geometry_passthrough_shader()
932 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, 1); in util_make_geometry_passthrough_shader()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h156 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value);
Dtgsi_ureg.c271 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value) in ureg_property() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h162 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value);
Dtgsi_ureg.c276 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value) in ureg_property() function
2066 ureg_property(ureg, TGSI_PROPERTY_NEXT_SHADER, in ureg_finalize()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c955 ureg_property(ureg, TGSI_PROPERTY_TCS_VERTICES_OUT, 1); in nvc0_program_init_tcp_empty()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c3573 ureg_property(tx->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, TGSI_FS_COORD_ORIGIN_UPPER_LEFT); in nine_translate_shader()
3575ureg_property(tx->ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, TGSI_FS_COORD_PIXEL_CENTER_INTEGER); in nine_translate_shader()
3579 ureg_property(tx->ureg, TGSI_PROPERTY_MUL_ZERO_WINS, 1); in nine_translate_shader()
3611 ureg_property(tx->ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, TRUE); in nine_translate_shader()
Dnine_ff.c1059 ureg_property(ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, TRUE); in nine_ff_build_vs()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c3439 ureg_property(ureg, TGSI_PROPERTY_VS_BLIT_SGPRS, vs_blit_property); in si_get_blit_vs()
3440 ureg_property(ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, true); in si_get_blit_vs()