Home
last modified time | relevance | path

Searched refs:tgsi_tex (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.h118 enum tgsi_texture_type tgsi_tex,
125 enum tgsi_texture_type tgsi_tex);
130 enum tgsi_texture_type tgsi_tex);
135 enum tgsi_texture_type tgsi_tex);
140 enum tgsi_texture_type tgsi_tex, unsigned nr_samples,
146 enum tgsi_texture_type tgsi_tex,
Du_simple_shaders.c529 enum tgsi_texture_type tgsi_tex, in util_make_fs_blit_msaa_gen() argument
551 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_gen()
556 assert(tgsi_tex == TGSI_TEXTURE_2D_MSAA || in util_make_fs_blit_msaa_gen()
557 tgsi_tex == TGSI_TEXTURE_2D_ARRAY_MSAA); in util_make_fs_blit_msaa_gen()
583 enum tgsi_texture_type tgsi_tex, in util_make_fs_blit_msaa_color() argument
610 return util_make_fs_blit_msaa_gen(pipe, tgsi_tex, samp_type, in util_make_fs_blit_msaa_color()
623 enum tgsi_texture_type tgsi_tex) in util_make_fs_blit_msaa_depth() argument
625 return util_make_fs_blit_msaa_gen(pipe, tgsi_tex, "FLOAT", in util_make_fs_blit_msaa_depth()
637 enum tgsi_texture_type tgsi_tex) in util_make_fs_blit_msaa_stencil() argument
639 return util_make_fs_blit_msaa_gen(pipe, tgsi_tex, "UINT", in util_make_fs_blit_msaa_stencil()
[all …]
Du_blitter.c940 enum tgsi_texture_type tgsi_tex = in blitter_get_fs_texfetch_col() local
994 *shader = util_make_fs_msaa_resolve_bilinear(pipe, tgsi_tex, in blitter_get_fs_texfetch_col()
999 *shader = util_make_fs_msaa_resolve(pipe, tgsi_tex, in blitter_get_fs_texfetch_col()
1014 *shader = util_make_fs_blit_msaa_color(pipe, tgsi_tex, stype, dtype); in blitter_get_fs_texfetch_col()
1030 *shader = util_make_fragment_tex_shader(pipe, tgsi_tex, in blitter_get_fs_texfetch_col()
1048 enum tgsi_texture_type tgsi_tex = in blitter_get_fs_pack_color_zs() local
1067 void **shader = &ctx->fs_pack_color_zs[tgsi_tex][format_index]; in blitter_get_fs_pack_color_zs()
1072 *shader = util_make_fs_pack_color_zs(pipe, tgsi_tex, zs_format, in blitter_get_fs_pack_color_zs()
1093 enum tgsi_texture_type tgsi_tex; in blitter_get_fs_texfetch_depth() local
1095 tgsi_tex = util_pipe_tex_to_tgsi_tex(target, nr_samples); in blitter_get_fs_texfetch_depth()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.h83 tgsi_util_get_texture_coord_dim(enum tgsi_texture_type tgsi_tex);
86 tgsi_util_get_shadow_ref_src_index(enum tgsi_texture_type tgsi_tex);
Dtgsi_util.c453 tgsi_util_get_texture_coord_dim(enum tgsi_texture_type tgsi_tex) in tgsi_util_get_texture_coord_dim() argument
479 switch (tgsi_tex) { in tgsi_util_get_texture_coord_dim()
518 tgsi_util_get_shadow_ref_src_index(enum tgsi_texture_type tgsi_tex) in tgsi_util_get_shadow_ref_src_index() argument
520 switch (tgsi_tex) { in tgsi_util_get_shadow_ref_src_index()
Dtgsi_exec.c3836 get_image_coord_dim(unsigned tgsi_tex) in get_image_coord_dim() argument
3839 switch (tgsi_tex) { in get_image_coord_dim()
3867 get_image_coord_sample(unsigned tgsi_tex) in get_image_coord_sample() argument
3870 switch (tgsi_tex) { in get_image_coord_sample()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c370 tgsi_util_get_texture_coord_dim(int tgsi_tex, int *shadow_or_sample) in tgsi_util_get_texture_coord_dim() argument
398 switch (tgsi_tex) { in tgsi_util_get_texture_coord_dim()
432 switch (tgsi_tex) { in tgsi_util_get_texture_coord_dim()
Dtgsi_util.h83 tgsi_util_get_texture_coord_dim(int tgsi_tex, int *shadow_or_sample);
/external/virglrenderer/src/
Dvrend_blitter.c312 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(pipe_tex_target, nr_samples); in blit_get_frag_tex_writedepth() local
313 *shader = blit_build_frag_depth(blit_ctx, tgsi_tex, nr_samples > 0); in blit_get_frag_tex_writedepth()
346 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(pipe_tex_target, nr_samples); in blit_get_frag_tex_col() local
354 *shader = blit_build_frag_tex_col(blit_ctx, tgsi_tex, tgsi_ret, in blit_get_frag_tex_col()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7534 static int tgsi_tex(struct r600_shader_ctx *ctx) in tgsi_tex() function
11710 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
11711 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
11725 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},
11726 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},
11727 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},
11741 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
11745 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},
11767 [TGSI_OPCODE_TXF] = { FETCH_OP_LD, tgsi_tex},
11768 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
[all …]