Searched refs:is_sparse (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_input_attachments.c115 tex->is_sparse = load->intrinsic == nir_intrinsic_image_deref_sparse_load;
141 if (tex->is_sparse) {
H A Dnir_clone.c416 ntex->is_sparse = tex->is_sparse;
H A Dnir_serialize.c1445 unsigned is_sparse:1; member in struct:packed_tex_data::__anon7e3a081f1508
1482 .u.is_sparse = tex->is_sparse,
1519 tex->is_sparse = packed.u.is_sparse;
H A Dnir_lower_tex.c1095 tex_copy->is_sparse = tex->is_sparse;
1116 if (tex->is_sparse) {
H A Dnir_instr_set.c275 hash = HASH(hash, instr->is_sparse);
H A Dnir_print.c1226 if (instr->is_sparse) {
H A Dnir.h2252 bool is_sparse; member in struct:__anon3ec4419d2408
2381 return nir_tex_instr_result_size(instr) + instr->is_sparse;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.5.rst118 - nir: fix nir_tex_instr hash not count is_sparse field
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2892 bool is_sparse = false; local in function:vtn_handle_texture
2901 is_sparse = true;
2993 if (is_sparse) {
3008 instr->is_sparse = is_sparse;
3093 if (is_sparse) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp6126 bool is_sparse = instr->intrinsic == nir_intrinsic_image_deref_sparse_load; local in function:aco::__anon562fcc110110::visit_image_load
6132 unsigned result_size = instr->dest.ssa.num_components - is_sparse;
6144 if (is_sparse)
6146 unsigned num_components = util_bitcount(dmask) + is_sparse;
6170 create_instruction<MUBUF_instruction>(opcode, Format::MUBUF, 3 + is_sparse, 1)};
6179 load->tfe = is_sparse;
6189 Operand vdata = is_sparse ? emit_tfe_init(bld, tmp) : Operand(v1);
6199 load->tfe = is_sparse;
6202 if (is_sparse && instr->dest.ssa.bit_size == 64) {
9420 if (instr->is_sparse)
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c4852 args.tfe = instr->is_sparse;
4857 if (instr->is_sparse) {
4884 if (instr->is_sparse)
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json13864 "description": "nir: fix nir_tex_instr hash not count is_sparse field",
[all...]

Completed in 206 milliseconds