Home
last modified time | relevance | path

Searched refs:TGSI_FILE_SAMPLER (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dynamic_indexing.c132 else if (reg->Register.File == TGSI_FILE_SAMPLER) { in remove_dynamic_indexes()
238 inst.Src[j].Register.File == TGSI_FILE_SAMPLER) { in remove_dynamic_indexes()
292 src->Register.File == TGSI_FILE_SAMPLER)) { in dIndexing_inst()
H A Dtgsi_scan.c50 return file == TGSI_FILE_SAMPLER || in is_memory_file()
267 if (src->Register.File == TGSI_FILE_SAMPLER) { in scan_src_operand()
376 if (fullinst->Src[sampler_src].Register.File != TGSI_FILE_SAMPLER) in scan_instruction()
794 case TGSI_FILE_SAMPLER: in scan_declaration()
H A Dtgsi_transform.h184 decl.Declaration.File = TGSI_FILE_SAMPLER; in tgsi_transform_sampler_decl()
570 tgsi_transform_src_reg_xyzw(&inst.Src[1], TGSI_FILE_SAMPLER, sampler_index); in tgsi_transform_tex_inst()
H A Dtgsi_ureg.c734 ureg->sampler[i] = ureg_src_register( TGSI_FILE_SAMPLER, nr ); in ureg_DECL_sampler()
1192 assert(dst.File != TGSI_FILE_SAMPLER); in ureg_emit_dst()
1975 TGSI_FILE_SAMPLER, in emit_decls()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c253 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_vs_state()
314 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_gs_state()
436 state->max_sampler = state->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_compute_state()
H A Dsp_state_derived.c308 softpipe->fs_variant->info.file_max[TGSI_FILE_SAMPLER]); in update_tgsi_samplers()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c114 vs->base.info.file_max[TGSI_FILE_SAMPLER]+1, in draw_create_vs_llvm()
H A Ddraw_tess.c463 tcs->info.file_max[TGSI_FILE_SAMPLER]+1, in draw_create_tess_ctrl_shader()
588 tes->info.file_max[TGSI_FILE_SAMPLER]+1, in draw_create_tess_eval_shader()
H A Ddraw_llvm.c2397 key->nr_samplers = llvm->draw->vs.vertex_shader->info.file_max[TGSI_FILE_SAMPLER] + 1; in draw_llvm_make_variant_key()
3021 key->nr_samplers = llvm->draw->gs.geometry_shader->info.file_max[TGSI_FILE_SAMPLER] + 1; in draw_gs_llvm_make_variant_key()
3683 key->nr_samplers = llvm->draw->tcs.tess_ctrl_shader->info.file_max[TGSI_FILE_SAMPLER] + 1; in draw_tcs_llvm_make_variant_key()
4223 key->nr_samplers = llvm->draw->tes.tess_eval_shader->info.file_max[TGSI_FILE_SAMPLER] + 1; in draw_tes_llvm_make_variant_key()
H A Ddraw_gs.c891 gs->info.file_max[TGSI_FILE_SAMPLER]+1, in draw_create_geometry_shader()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h69 TGSI_FILE_SAMPLER, enumerator
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c204 if (decl->Declaration.File == TGSI_FILE_SAMPLER) { in pstip_transform_decl()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c789 info->file_max[TGSI_FILE_SAMPLER] = BITSET_LAST_BIT(nir->info.samplers_used) - 1; in nir_tgsi_scan_shader()
791 info->file_mask[TGSI_FILE_SAMPLER] = nir->info.samplers_used[0]; in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c261 } else if (file == TGSI_FILE_SAMPLER) { in ttn_emit_declaration()
868 } else if (tgsi_src->File == TGSI_FILE_SAMPLER || in ttn_get_src()
1418 assert(tgsi_inst->Src[samp].Register.File == TGSI_FILE_SAMPLER); in ttn_tex()
1598 assert(tgsi_inst->Src[1].Register.File == TGSI_FILE_SAMPLER); in ttn_txq()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c519 nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1; in llvmpipe_create_compute_state()
607 key->nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1; in make_variant_key()
617 if(shader->info.base.file_mask[TGSI_FILE_SAMPLER] & (1 << i)) { in make_variant_key()
644 if((shader->info.base.file_mask[TGSI_FILE_SAMPLER] & (1 << i)) || i > 31) { in make_variant_key()
H A Dlp_state_fs.c655 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()
3912 const int nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1; in llvmpipe_create_fs_state()
4437 key->nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1; in make_variant_key()
4451 if (shader->info.base.file_mask[TGSI_FILE_SAMPLER] & (1 << i)) { in make_variant_key()
4479 if ((shader->info.base.file_mask[TGSI_FILE_SAMPLER] & (1 << i)) || i > 31) { in make_variant_key()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c415 (info->indirect_files & (1u << TGSI_FILE_SAMPLER)); in has_dynamic_indexing()
H A Dsvga_tgsi_decl_sm30.c585 case TGSI_FILE_SAMPLER: in svga_translate_decl_sm30()
H A Dsvga_tgsi_vgpu10.c1099 case TGSI_FILE_SAMPLER: in translate_register_file()
4929 case TGSI_FILE_SAMPLER: in emit_vgpu10_declaration()
8788 sampler = make_src_reg(TGSI_FILE_SAMPLER, in emit_tg4()
8829 sampler = make_src_reg(TGSI_FILE_SAMPLER, in emit_tg4()
H A Dsvga_tgsi_insn.c72 case TGSI_FILE_SAMPLER: return SVGA3DREG_SAMPLER; in translate_file()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c278 if (src->Src[i].Register.File == TGSI_FILE_SAMPLER) in transform_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp128 if (pshader->indirect_files & ~((1 << TGSI_FILE_CONSTANT) | (1 << TGSI_FILE_SAMPLER))) { in parse_decls()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp429 case TGSI_FILE_SAMPLER: in translateFile()
1465 case TGSI_FILE_SAMPLER: in scanDeclaration()
2232 if (R >= 0 && tgsi.getSrc(R).getFile() != TGSI_FILE_SAMPLER) { in setTexRS()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c521 case TGSI_FILE_SAMPLER: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1190 case TGSI_FILE_SAMPLER: in tgsi_declaration()
3478 indirect_gprs = ctx.info.indirect_files & ~((1 << TGSI_FILE_CONSTANT) | (1 << TGSI_FILE_SAMPLER)); in r600_shader_from_tgsi()
3521 shader->image_size_const_offset = ctx.info.file_count[TGSI_FILE_SAMPLER]; in r600_shader_from_tgsi()

Completed in 73 milliseconds