Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c52 file == TGSI_FILE_IMAGE || in is_memory_file()
296 if (src->Register.File == TGSI_FILE_IMAGE && in scan_src_operand()
308 if (src->Register.File == TGSI_FILE_IMAGE) { in scan_src_operand()
320 if (src->Register.File == TGSI_FILE_IMAGE) { in scan_src_operand()
571 if (dst->Register.File == TGSI_FILE_IMAGE) { in scan_instruction()
654 case TGSI_FILE_IMAGE: in scan_declaration()
H A Dtgsi_scan.h224 return file != TGSI_FILE_IMAGE && in tgsi_is_bindless_image_file()
H A Dtgsi_parse.c128 if (decl->Declaration.File == TGSI_FILE_IMAGE) { in tgsi_parse_token()
H A Dtgsi_dump.c382 if (decl->Declaration.File == TGSI_FILE_IMAGE) { in iter_declaration()
H A Dtgsi_ureg.c789 struct ureg_src reg = ureg_src_register(TGSI_FILE_IMAGE, index); in ureg_DECL_image()
1738 out[0].decl.File = TGSI_FILE_IMAGE; in emit_decl_image()
H A Dtgsi_build.c490 if (full_decl->Declaration.File == TGSI_FILE_IMAGE) { in tgsi_build_full_declaration()
H A Dtgsi_exec.c3759 if (inst->Src[0].Register.File == TGSI_FILE_IMAGE) in exec_load()
3893 if (inst->Dst[0].Register.File == TGSI_FILE_IMAGE) in exec_store()
4070 if (inst->Src[0].Register.File == TGSI_FILE_IMAGE) in exec_atomop()
4131 if (inst->Src[0].Register.File == TGSI_FILE_IMAGE) in exec_resq()
H A Dtgsi_text.c1356 if (file == TGSI_FILE_IMAGE) { in parse_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c116 vs->base.info.file_max[TGSI_FILE_IMAGE]+1); in draw_create_vs_llvm()
H A Ddraw_tess.c465 tcs->info.file_max[TGSI_FILE_IMAGE]+1); in draw_create_tess_ctrl_shader()
590 tes->info.file_max[TGSI_FILE_IMAGE]+1); in draw_create_tess_eval_shader()
H A Ddraw_llvm.c2406 key->nr_images = llvm->draw->vs.vertex_shader->info.file_max[TGSI_FILE_IMAGE] + 1; in draw_llvm_make_variant_key()
3030 key->nr_images = llvm->draw->gs.geometry_shader->info.file_max[TGSI_FILE_IMAGE] + 1; in draw_gs_llvm_make_variant_key()
3692 key->nr_images = llvm->draw->tcs.tess_ctrl_shader->info.file_max[TGSI_FILE_IMAGE] + 1; in draw_tcs_llvm_make_variant_key()
4232 key->nr_images = llvm->draw->tes.tess_eval_shader->info.file_max[TGSI_FILE_IMAGE] + 1; in draw_tes_llvm_make_variant_key()
H A Ddraw_gs.c893 gs->info.file_max[TGSI_FILE_IMAGE]+1); in draw_create_geometry_shader()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h73 TGSI_FILE_IMAGE, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c793 info->file_max[TGSI_FILE_IMAGE] = BITSET_LAST_BIT(nir->info.images_used) - 1; in nir_tgsi_scan_shader()
794 info->file_mask[TGSI_FILE_IMAGE] = info->images_declared; in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c259 } else if (file == TGSI_FILE_IMAGE) { in ttn_emit_declaration()
869 tgsi_src->File == TGSI_FILE_IMAGE || in ttn_get_src()
1719 } else if (file == TGSI_FILE_IMAGE) { in ttn_mem()
H A Dnir_to_tgsi.c2052 ntt_ureg_src_indirect(c, ureg_src_register(TGSI_FILE_IMAGE, 0), in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c313 } else if (dst->File == TGSI_FILE_IMAGE) { in analyse_instruction()
H A Dlp_bld_tgsi_soa.c3462 bufreg->Register.File == TGSI_FILE_IMAGE || in load_emit()
3468 if (bufreg->Register.File == TGSI_FILE_IMAGE) { in load_emit()
3613 assert(bufreg->Register.File == TGSI_FILE_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE || bufreg->Register.File == TGSI_FILE_MEMORY); in store_emit()
3616 if (bufreg->Register.File == TGSI_FILE_IMAGE) { in store_emit()
3686 assert(bufreg->Register.File == TGSI_FILE_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE); in resq_emit()
3688 if (bufreg->Register.File == TGSI_FILE_IMAGE) { in resq_emit()
3768 assert(bufreg->Register.File == TGSI_FILE_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE || bufreg->Register.File == TGSI_FILE_MEMORY); in atomic_emit()
3808 if (bufreg->Register.File == TGSI_FILE_IMAGE) { in atomic_emit()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp427 case TGSI_FILE_IMAGE: return nv50_ir::FILE_MEMORY_GLOBAL; in translateFile()
1453 case TGSI_FILE_IMAGE: in scanDeclaration()
1585 dst.getFile() == TGSI_FILE_IMAGE || in scanInstruction()
2108 f == TGSI_FILE_IMAGE) in acquireDst()
2713 bool bindless = tgsi.getSrc(0).getFile() != TGSI_FILE_IMAGE; in handleLOAD()
2853 bool bindless = tgsi.getDst(0).getFile() != TGSI_FILE_IMAGE; in handleSTORE()
2983 bool bindless = tgsi.getSrc(0).getFile() != TGSI_FILE_IMAGE; in handleATOM()
3842 if (tgsi.getSrc(0).getFile() == TGSI_FILE_IMAGE) { in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c521 int nr_images = shader->info.base.file_max[TGSI_FILE_IMAGE] + 1; in llvmpipe_create_compute_state()
653 key->nr_images = shader->info.base.file_max[TGSI_FILE_IMAGE] + 1; in make_variant_key()
658 if ((shader->info.base.file_mask[TGSI_FILE_IMAGE] & (1 << i)) || i > 31) { in make_variant_key()
H A Dlp_state_fs.c3915 const int nr_images = shader->info.base.file_max[TGSI_FILE_IMAGE] + 1; in llvmpipe_create_fs_state()
4487 key->nr_images = shader->info.base.file_max[TGSI_FILE_IMAGE] + 1; in make_variant_key()
4493 if ((shader->info.base.file_mask[TGSI_FILE_IMAGE] & (1 << i)) || i > 31) { in make_variant_key()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c3273 (1 << TGSI_FILE_IMAGE | 1 << TGSI_FILE_BUFFER)) { in alloc_common_immediates()
4959 case TGSI_FILE_IMAGE: in emit_vgpu10_declaration()
10110 case TGSI_FILE_IMAGE: in emit_uav_register()
10234 else if (resourceType == TGSI_FILE_IMAGE) { in emit_uav_addr_offset()
10372 (resourceType == TGSI_FILE_BUFFER || resourceType == TGSI_FILE_IMAGE)) { in emit_load()
10452 if (resourceType == TGSI_FILE_IMAGE) { in emit_store_instruction()
10465 assert(resourceType == TGSI_FILE_IMAGE); in emit_store_instruction()
10593 (resourceType == TGSI_FILE_BUFFER || resourceType == TGSI_FILE_IMAGE)) { in emit_store()
10717 (resourceType == TGSI_FILE_BUFFER || resourceType == TGSI_FILE_IMAGE)) { in emit_atomic()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1194 case TGSI_FILE_IMAGE: in tgsi_declaration()
3476 shader->uses_images = ctx.info.file_count[TGSI_FILE_IMAGE] > 0 || in r600_shader_from_tgsi()
8871 base = R600_IMAGE_REAL_RESOURCE_OFFSET + ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_load_buffer()
9012 if (inst->Src[0].Register.File == TGSI_FILE_IMAGE) in tgsi_load()
9082 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_store_buffer_rat()
9263 immed_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_atomic_op_rat()
9264 rat_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_atomic_op_rat()
9336 if (inst->Src[0].Register.File == TGSI_FILE_IMAGE) { in tgsi_atomic_op_rat()
9574 if (inst->Src[0].Register.File == TGSI_FILE_IMAGE) in tgsi_atomic_op()
9594 (inst->Src[0].Register.File == TGSI_FILE_IMAGE in tgsi_resq()
[all...]
H A Dr600_state_common.c894 key->ps.image_size_const_offset = sel->info.file_max[TGSI_FILE_IMAGE]; in r600_shader_precompile_key()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp564 m_indirect_files |= 1 << TGSI_FILE_IMAGE; in scan_uniforms()

Completed in 93 milliseconds