/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_llvm.c | 120 vs->base.info.file_max[TGSI_FILE_SAMPLER_VIEW]+1), in draw_create_vs_llvm()
|
D | draw_tess.c | 463 tcs->info.file_max[TGSI_FILE_SAMPLER_VIEW]+1), in draw_create_tess_ctrl_shader() 583 tes->info.file_max[TGSI_FILE_SAMPLER_VIEW]+1), in draw_create_tess_eval_shader()
|
D | draw_llvm.c | 2380 if (llvm->draw->vs.vertex_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in draw_llvm_make_variant_key() 2382 llvm->draw->vs.vertex_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in draw_llvm_make_variant_key() 2994 if (llvm->draw->gs.geometry_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in draw_gs_llvm_make_variant_key() 2996 llvm->draw->gs.geometry_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in draw_gs_llvm_make_variant_key() 3643 if (llvm->draw->tcs.tess_ctrl_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in draw_tcs_llvm_make_variant_key() 3645 llvm->draw->tcs.tess_ctrl_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in draw_tcs_llvm_make_variant_key() 4148 if (llvm->draw->tes.tess_eval_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in draw_tes_llvm_make_variant_key() 4150 llvm->draw->tes.tess_eval_shader->info.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in draw_tes_llvm_make_variant_key()
|
D | draw_gs.c | 900 gs->info.file_max[TGSI_FILE_SAMPLER_VIEW]+1), in draw_create_geometry_shader()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 132 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_parse_token()
|
D | tgsi_ureg.c | 662 struct ureg_src reg = ureg_src_register(TGSI_FILE_SAMPLER_VIEW, index); in ureg_DECL_sampler_view() 920 assert(dst.File != TGSI_FILE_SAMPLER_VIEW); in ureg_emit_dst() 1326 out[0].decl.File = TGSI_FILE_SAMPLER_VIEW; in emit_decl_sampler_view()
|
D | tgsi_dump.c | 377 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in iter_declaration()
|
D | tgsi_build.c | 499 if (full_decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_build_full_declaration()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 132 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_parse_token()
|
D | tgsi_scan.c | 51 file == TGSI_FILE_SAMPLER_VIEW || in is_memory_file() 798 case TGSI_FILE_SAMPLER_VIEW: in scan_declaration()
|
D | tgsi_transform.h | 196 decl.Declaration.File = TGSI_FILE_SAMPLER_VIEW; in tgsi_transform_sampler_view_decl()
|
D | tgsi_ureg.c | 753 struct ureg_src reg = ureg_src_register(TGSI_FILE_SAMPLER_VIEW, index); in ureg_DECL_sampler_view() 1191 assert(dst.File != TGSI_FILE_SAMPLER_VIEW); in ureg_emit_dst() 1710 out[0].decl.File = TGSI_FILE_SAMPLER_VIEW; in emit_decl_sampler_view()
|
D | tgsi_dump.c | 408 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in iter_declaration()
|
D | tgsi_build.c | 511 if (full_decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_build_full_declaration()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 309 if (pctx->info.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in pstip_transform_prolog()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 74 TGSI_FILE_SAMPLER_VIEW, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 80 TGSI_FILE_SAMPLER_VIEW =11, enumerator
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 804 info->file_max[TGSI_FILE_SAMPLER_VIEW] = util_last_bit(nir->info.textures_used) - 1; in nir_tgsi_scan_shader() 806 info->file_mask[TGSI_FILE_SAMPLER_VIEW] = nir->info.textures_used; in nir_tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 468 nr_sampler_views = shader->info.base.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in llvmpipe_create_compute_state() 575 if (shader->info.base.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in make_variant_key() 576 key->nr_sampler_views = shader->info.base.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in make_variant_key() 583 if(shader->info.base.file_mask[TGSI_FILE_SAMPLER_VIEW] & (1u << (i & 31))) { in make_variant_key()
|
D | lp_state_fs.c | 3628 nr_sampler_views = shader->info.base.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in llvmpipe_create_fs_state() 4116 if (shader->info.base.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in make_variant_key() 4117 key->nr_sampler_views = shader->info.base.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in make_variant_key() 4124 if(shader->info.base.file_mask[TGSI_FILE_SAMPLER_VIEW] & (1u << (i & 31))) { in make_variant_key()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 607 case TGSI_FILE_SAMPLER_VIEW: in svga_translate_decl_sm30()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 557 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 404 case TGSI_FILE_SAMPLER_VIEW: in lp_emit_declaration_aos()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 654 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in transform_decl()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 147 if (info.base.file_max[TGSI_FILE_SAMPLER_VIEW] != -1) { in swr_generate_sampler_key() 149 info.base.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in swr_generate_sampler_key() 151 if (info.base.file_mask[TGSI_FILE_SAMPLER_VIEW] & (1u << (i & 31))) { in swr_generate_sampler_key()
|