Home
last modified time | relevance | path

Searched refs:is_sparse (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c115 tex->is_sparse = load->intrinsic == nir_intrinsic_image_deref_sparse_load; in try_lower_input_load()
141 if (tex->is_sparse) { in try_lower_input_load()
Dnir_serialize.c1445 unsigned is_sparse:1; member
1482 .u.is_sparse = tex->is_sparse, in write_tex()
1519 tex->is_sparse = packed.u.is_sparse; in read_tex()
Dnir_clone.c416 ntex->is_sparse = tex->is_sparse; in clone_tex()
Dnir_lower_tex.c1095 tex_copy->is_sparse = tex->is_sparse; in lower_tg4_offsets()
1116 if (tex->is_sparse) { in lower_tg4_offsets()
Dnir_print.c1226 if (instr->is_sparse) { in print_tex_instr()
Dnir.h2252 bool is_sparse; member
2381 return nir_tex_instr_result_size(instr) + instr->is_sparse; in nir_tex_instr_dest_size()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.h72 gboolean is_sparse; member
Dgstoggmux.c852 if (pad->map.is_sparse) { in gst_ogg_mux_decorate_buffer()
944 if (pad->map.is_ogm || pad->map.is_sparse) { in gst_ogg_mux_decorate_buffer()
1070 if (pad->map.is_sparse) { in gst_ogg_mux_queue_pads()
1451 if (pad->buffer == NULL && !pad->map.is_sparse) in gst_ogg_mux_send_headers()
1706 } else if (!ogg_mux->pulling->map.is_sparse) { in gst_ogg_mux_process_best_pad()
1719 } else if (!best->map.is_sparse) { in gst_ogg_mux_process_best_pad()
Dgstoggstream.c1055 } else if (!pad->is_sparse && !pad->is_ogm_text && !pad->is_ogm) { in extract_tags_count()
1302 pad->is_sparse = TRUE; in setup_fishead_mapper()
1772 pad->is_sparse = TRUE; in setup_ogmtext_mapper()
1925 pad->is_sparse = TRUE; in setup_cmml_mapper()
2002 pad->is_sparse = TRUE; in setup_kate_mapper()
Dgstoggdemux.c725 } else if (pad->map.is_sparse) { in gst_ogg_demux_chain_peer()
955 if (!pad->map.is_sparse) { in gst_ogg_demux_collect_start_time()
980 if (pad->map.is_sparse) in gst_ogg_demux_collect_sync_time()
1301 if (!pad->map.is_sparse) { in gst_ogg_pad_stream_out()
1579 if (pad->map.is_sparse) in gst_ogg_demux_get_earliest_keyframe_time()
3367 if (pad->map.is_sparse) { in gst_ogg_demux_do_seek()
3400 if (pad->map.is_skeleton || pad->map.is_sparse) in gst_ogg_demux_do_seek()
4259 if (!pad->map.is_sparse) in gst_ogg_demux_read_chain()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstmultiqueue.c156 gboolean is_sparse; member
1472 || sq->is_sparse) { in get_buffering_level()
1673 if (oq->is_sparse) in calculate_interleave()
2681 sq->is_sparse = TRUE; in gst_multi_queue_sink_event()
3241 (!sq->is_sparse && IS_FILLED (sq, time, sq->cur_time))) { in single_queue_overrun_cb()
3258 if (gst_data_queue_is_empty (oq->queue) && !oq->is_sparse) { in single_queue_overrun_cb()
3326 if (!gst_data_queue_is_empty (oq->queue) || oq->is_sparse) in single_queue_underrun_cb()
3372 if (!sq->is_sparse || !mq->sync_by_running_time) { in single_queue_check_full()
3524 sq->is_sparse = FALSE; in gst_single_queue_new()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c58 gboolean is_sparse; member
351 part_pad->is_sparse = (flags & GST_STREAM_FLAG_SPARSE); in splitmux_part_pad_event()
1248 if (!part_pad->is_sparse && part_pad->max_ts < ret) in gst_splitmux_part_reader_get_end_offset()
/third_party/mindspore/mindspore/ccsrc/ps/
Dworker.cc64 bool is_sparse = false; in Push() local
66 is_sparse = true; in Push()
108 if (!is_sparse) { in Push()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2892 bool is_sparse = false; in vtn_handle_texture() local
2901 is_sparse = true; in vtn_handle_texture()
2993 if (is_sparse) { in vtn_handle_texture()
3008 instr->is_sparse = is_sparse; in vtn_handle_texture()
3093 if (is_sparse) { in vtn_handle_texture()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6130 bool is_sparse = instr->intrinsic == nir_intrinsic_image_deref_sparse_load; in visit_image_load() local
6136 unsigned result_size = instr->dest.ssa.num_components - is_sparse; in visit_image_load()
6148 if (is_sparse) in visit_image_load()
6150 unsigned num_components = util_bitcount(dmask) + is_sparse; in visit_image_load()
6174 create_instruction<MUBUF_instruction>(opcode, Format::MUBUF, 3 + is_sparse, 1)}; in visit_image_load()
6183 load->tfe = is_sparse; in visit_image_load()
6193 Operand vdata = is_sparse ? emit_tfe_init(bld, tmp) : Operand(v1); in visit_image_load()
6203 load->tfe = is_sparse; in visit_image_load()
6206 if (is_sparse && instr->dest.ssa.bit_size == 64) { in visit_image_load()
9424 if (instr->is_sparse) in visit_tex()
[all …]
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4852 args.tfe = instr->is_sparse; in visit_tex()
4857 if (instr->is_sparse) { in visit_tex()
4884 if (instr->is_sparse) in visit_tex()
/third_party/gstreamer/gstplugins_base/
DChangeLog110803 oggdemux: change checks from is_skeleton to is_sparse
110811 oggdemux: move is_sparse into stream map