/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 61 ureg_property(ureg, TGSI_PROPERTY_VS_BLIT_SGPRS_AMD, vs_blit_property); in si_get_blitter_vs() 62 ureg_property(ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, true); in si_get_blitter_vs() 137 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, sscreen->compute_wave_size); in si_create_dma_compute_shader() 138 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT, 1); in si_create_dma_compute_shader() 139 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, 1); in si_create_dma_compute_shader() 143 ureg_property(ureg, TGSI_PROPERTY_CS_USER_DATA_COMPONENTS_AMD, inst_dwords[0]); in si_create_dma_compute_shader() 229 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, 64); in si_create_dcc_retile_cs() 230 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT, 1); in si_create_dcc_retile_cs() 231 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, 1); in si_create_dcc_retile_cs() 727 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, 8); in si_create_fmask_expand_cs() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 280 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value) in ureg_property() function 2082 ureg_property(ureg, TGSI_PROPERTY_NEXT_SHADER, in ureg_finalize() 2263 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in ureg_setup_clipdist_info() 2266 ureg_property(ureg, TGSI_PROPERTY_NUM_CULLDIST_ENABLED, in ureg_setup_clipdist_info() 2274 ureg_property(ureg, TGSI_PROPERTY_TCS_VERTICES_OUT, in ureg_setup_tess_ctrl_shader() 2283 ureg_property(ureg, TGSI_PROPERTY_TES_PRIM_MODE, GL_LINES); in ureg_setup_tess_eval_shader() 2285 ureg_property(ureg, TGSI_PROPERTY_TES_PRIM_MODE, in ureg_setup_tess_eval_shader() 2294 ureg_property(ureg, TGSI_PROPERTY_TES_SPACING, in ureg_setup_tess_eval_shader() 2297 ureg_property(ureg, TGSI_PROPERTY_TES_VERTEX_ORDER_CW, in ureg_setup_tess_eval_shader() 2299 ureg_property(ureg, TGSI_PROPERTY_TES_POINT_MODE, in ureg_setup_tess_eval_shader() [all …]
|
D | tgsi_ureg.h | 167 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 88 ureg_property(ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, TRUE); in util_make_vertex_passthrough_shader_with_so() 868 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_POINTS); in util_make_geometry_passthrough_shader() 869 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_POINTS); in util_make_geometry_passthrough_shader() 870 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 1); in util_make_geometry_passthrough_shader() 871 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, 1); in util_make_geometry_passthrough_shader() 1092 ureg_property(ureg, TGSI_PROPERTY_TCS_VERTICES_OUT, vertices_per_patch); in util_make_tess_ctrl_passthrough_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 758 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos() 769 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos() 785 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos() 808 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos()
|
D | st_pbo.c | 354 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_TRIANGLES); in st_pbo_create_gs() 355 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_TRIANGLE_STRIP); in st_pbo_create_gs() 356 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 3); in st_pbo_create_gs()
|
D | st_glsl_to_tgsi.cpp | 6441 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos() 6452 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in emit_wpos() 6466 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos() 6486 ureg_property(ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in emit_wpos() 6783 ureg_property(ureg, in st_translate_program()
|
D | st_program.c | 1148 ureg_property(ureg, TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS, 1); in st_translate_fragment_program()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1419 ureg_property(c->ureg, TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS, 1); in ntt_emit_store_output() 2636 ureg_property(c->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, in nir_to_tgsi() 2641 ureg_property(c->ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, in nir_to_tgsi()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 156 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value);
|
D | tgsi_ureg.c | 283 ureg_property(struct ureg_program *ureg, unsigned name, unsigned value) in ureg_property() function
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 1018 ureg_property(ureg, TGSI_PROPERTY_TCS_VERTICES_OUT, 1); in nvc0_program_init_tcp_empty()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 3635 ureg_property(tx->ureg, TGSI_PROPERTY_FS_COORD_ORIGIN, TGSI_FS_COORD_ORIGIN_UPPER_LEFT); in tx_ctor() 3637 … ureg_property(tx->ureg, TGSI_PROPERTY_FS_COORD_PIXEL_CENTER, TGSI_FS_COORD_PIXEL_CENTER_INTEGER); in tx_ctor() 3642 ureg_property(tx->ureg, TGSI_PROPERTY_MUL_ZERO_WINS, 1); in tx_ctor() 3784 ureg_property(tx->ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, TRUE); in parse_shader()
|
D | nine_ff.c | 1059 ureg_property(ureg, TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION, TRUE); in nine_ff_build_vs()
|