Searched refs:TGSI_FILE_SAMPLER (Results 1 – 16 of 16) sorted by relevance
205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) { in pstip_transform_decl()313 decl.Declaration.File = TGSI_FILE_SAMPLER; in pstip_transform_inst()380 newInst.Src[1].Register.File = TGSI_FILE_SAMPLER; in pstip_transform_inst()
104 vs->base.info.file_max[TGSI_FILE_SAMPLER]+1); in draw_create_vs_llvm()
144 if (decl->Declaration.File == TGSI_FILE_SAMPLER) { in pstip_transform_decl()249 decl.Declaration.File = TGSI_FILE_SAMPLER; in pstip_transform_inst()314 newInst.Src[1].Register.File = TGSI_FILE_SAMPLER; in pstip_transform_inst()
162 else if (decl->Declaration.File == TGSI_FILE_SAMPLER) { in aa_transform_decl()251 decl.Declaration.File = TGSI_FILE_SAMPLER; in aa_transform_inst()287 newInst.Src[1].Register.File = TGSI_FILE_SAMPLER; in aa_transform_inst()
1342 key->nr_samplers = llvm->draw->vs.vertex_shader->info.file_max[TGSI_FILE_SAMPLER] + 1; in draw_llvm_make_variant_key()
226 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_vs_state()292 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_gs_state()
348 softpipe->fs_variant->info.file_max[TGSI_FILE_SAMPLER]); in softpipe_reset_sampler_variants()
72 TGSI_FILE_SAMPLER =5, enumerator
243 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs()471 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()1331 nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1; in llvmpipe_create_fs_state()1643 key->nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1; in make_variant_key()1646 if(shader->info.base.file_mask[TGSI_FILE_SAMPLER] & (1 << i)) { in make_variant_key()
284 if (src->Src[i].Register.File == TGSI_FILE_SAMPLER) in transform_instruction()
527 case TGSI_FILE_SAMPLER: in svga_translate_decl_sm30()
76 case TGSI_FILE_SAMPLER: return SVGA3DREG_SAMPLER; in translate_file()
615 ureg->sampler[i] = ureg_src_register( TGSI_FILE_SAMPLER, nr ); in ureg_DECL_sampler()900 assert(dst.File != TGSI_FILE_SAMPLER); in ureg_emit_dst()1498 TGSI_FILE_SAMPLER, in emit_decls()
312 case TGSI_FILE_SAMPLER: in translateFile()934 case TGSI_FILE_SAMPLER: in scanDeclaration()
515 case TGSI_FILE_SAMPLER: in nvfx_fragprog_parse_instruction()
853 case TGSI_FILE_SAMPLER: in tgsi_declaration()