Lines Matching refs:tgsi_tex_target
172 static void get_swizzle(int tgsi_tex_target, unsigned flags, in get_swizzle() argument
178 switch (tgsi_tex_target) { in get_swizzle()
229 int tgsi_tex_target, in blit_build_frag_tex_col() argument
243 else if (tgsi_tex_target == TGSI_TEXTURE_CUBE_ARRAY || in blit_build_frag_tex_col()
244 tgsi_tex_target == TGSI_TEXTURE_SHADOWCUBE_ARRAY) in blit_build_frag_tex_col()
251 get_swizzle(tgsi_tex_target, flags, &retval); in blit_build_frag_tex_col()
263 vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), in blit_build_frag_tex_col()
267 (tgsi_tex_target == TGSI_TEXTURE_1D ? in blit_build_frag_tex_col()
272 vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), in blit_build_frag_tex_col()
281 static GLuint blit_build_frag_depth(struct vrend_blitter_ctx *blit_ctx, int tgsi_tex_target, bool m… in blit_build_frag_depth() argument
290 get_swizzle(tgsi_tex_target, flags, &retval); in blit_build_frag_depth()
296 … vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), retval.ivec, retval.twm); in blit_build_frag_depth()
299 vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), retval.twm); in blit_build_frag_depth()