Lines Matching refs:TGSI_TEXTURE_1D
2281 case TGSI_TEXTURE_1D: in emit_txq()
2312 (inst->Texture.Texture != TGSI_TEXTURE_1D && in emit_txq()
2398 case TGSI_TEXTURE_1D: in fill_offset_buffer()
2427 case TGSI_TEXTURE_1D: in fill_offset_buffer()
2466 case TGSI_TEXTURE_1D: in fill_offset_buffer()
2547 case TGSI_TEXTURE_1D: in translate_tex()
2611 case TGSI_TEXTURE_1D: in translate_tex()
2652 if (inst->Texture.Texture == TGSI_TEXTURE_1D || in translate_tex()
2662 if (ctx->cfg->use_gles && (inst->Texture.Texture == TGSI_TEXTURE_1D || in translate_tex()
2762 (inst->Texture.Texture == TGSI_TEXTURE_1D || in translate_tex()
2765 if (inst->Texture.Texture == TGSI_TEXTURE_1D) in translate_tex()
2842 (inst->Texture.Texture == TGSI_TEXTURE_1D || in translate_tex()
2844 if (inst->Texture.Texture == TGSI_TEXTURE_1D) { in translate_tex()
2969 case TGSI_TEXTURE_1D: in get_coord_prefix()
3320 … (!ctx->cfg->use_gles && inst->Memory.Texture == TGSI_TEXTURE_1D); in translate_resq()
4345 (inst->Memory.Texture == TGSI_TEXTURE_1D || in rewrite_1d_image_coordinate()
4355 if (inst->Memory.Texture == TGSI_TEXTURE_1D) in rewrite_1d_image_coordinate()
5564 case TGSI_TEXTURE_1D: in vrend_shader_samplertypeconv()