/external/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 304 nir_tex_instr *txs; in nir_get_texture_size() local 317 txs = nir_tex_instr_create(b->shader, num_srcs); in nir_get_texture_size() 318 txs->op = nir_texop_txs; in nir_get_texture_size() 319 txs->sampler_dim = tex->sampler_dim; in nir_get_texture_size() 320 txs->is_array = tex->is_array; in nir_get_texture_size() 321 txs->is_shadow = tex->is_shadow; in nir_get_texture_size() 322 txs->is_new_style_shadow = tex->is_new_style_shadow; in nir_get_texture_size() 323 txs->texture_index = tex->texture_index; in nir_get_texture_size() 324 txs->sampler_index = tex->sampler_index; in nir_get_texture_size() 325 txs->dest_type = nir_type_int; in nir_get_texture_size() [all …]
|
D | nir_lower_tex.c | 155 nir_ssa_def *txs = nir_i2f32(b, nir_get_texture_size(b, tex)); in lower_offset() local 156 nir_ssa_def *scale = nir_frcp(b, txs); in lower_offset() 197 nir_ssa_def *txs = nir_i2f32(b, nir_get_texture_size(b, tex)); in lower_rect() local 198 nir_ssa_def *scale = nir_frcp(b, txs); in lower_rect() 707 nir_ssa_def *txs = nir_i2f32(b, nir_get_texture_size(b, tex)); in saturate_src() local 709 comp[j] = nir_fmin(b, comp[j], nir_channel(b, txs, j)); in saturate_src()
|
/external/rust/crates/futures-util/benches/ |
D | futures_unordered.rs | 19 let mut txs = VecDeque::with_capacity(NUM); in oneshots() localVariable 24 txs.push_back(tx); in oneshots() 29 while let Some(tx) = txs.pop_front() { in oneshots()
|
/external/rust/crates/getrandom/tests/common/ |
D | mod.rs | 45 let mut txs = vec![]; in test_multithreading() localVariable 48 txs.push(tx); in test_multithreading() 63 for tx in txs.iter() { in test_multithreading()
|
/external/skqp/src/compute/skc/ |
D | composition.c | 75 float const * txs, in skc_composition_place() argument 79 return composition->place(composition->impl,rasters,layer_ids,txs,tys,count); in skc_composition_place()
|
D | composition.h | 33 skc_float const * txs,
|
D | skc.h | 174 float const * txs,
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | composition_cl_12.c | 580 skc_float const * txs, in skc_composition_pfn_place() argument 646 if ((txs == NULL) && (tys == NULL)) in skc_composition_pfn_place() 658 else if (txs == NULL) in skc_composition_pfn_place() 684 SKC_PLACE_CMD_TX_CONVERT(*txs++), in skc_composition_pfn_place() 699 SKC_PLACE_CMD_TX_CONVERT(*txs++), in skc_composition_pfn_place()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1590 nir_tex_instr *txs, *qlv; in ttn_txq() local 1592 txs = nir_tex_instr_create(b->shader, 2); in ttn_txq() 1593 txs->op = nir_texop_txs; in ttn_txq() 1595 &txs->sampler_dim, &txs->is_shadow, &txs->is_array); in ttn_txq() 1606 get_sampler_var(c, tex_index, txs->sampler_dim, in ttn_txq() 1607 txs->is_shadow, in ttn_txq() 1608 txs->is_array, in ttn_txq() 1609 base_type_for_alu_type(txs->dest_type), in ttn_txq() 1614 txs->src[0].src = nir_src_for_ssa(&deref->dest.ssa); in ttn_txq() 1615 txs->src[0].src_type = nir_tex_src_texture_deref; in ttn_txq() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 13.0.6.rst | 100 - radv/ac: implement txs for buffer textures. 102 - radv/ac: avoid the fmask path when doing txs. 106 - radv: fix txs for sampler buffers
|
D | 17.0.1.rst | 82 - radv: fix txs for sampler buffers
|
D | 20.0.0.rst | 367 - pan/midgard: Fix crash with txs
|
D | 20.1.0.rst | 1154 - ir3: Fix txs with bindless
|
D | 20.3.0.rst | 343 - broadcom/compiler: allow GLSL_SAMPLER_DIM_BUF on txs emission
|
/external/rust/crates/tokio/tests/ |
D | rt_common.rs | 178 let mut txs = (0..ITER) localVariable 196 for (i, tx) in txs.drain(..).enumerate() { 237 let mut txs = (0..ITER) localVariable 255 for (i, tx) in txs.drain(..).enumerate() {
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | Plus.miff | 41 …txs�sxr�otn�kpj�inh�eke�gkg�ini�lol�z�z�z�u�n|e��y�����lvm�===�===�===�===�===�===�===�===�===�==…
|
D | Add.miff | 89 …vm��|q��{q��{o��~t���r���r�������l�v�d���h���������ovd�tzr�tzp�t{q�u{p�uyr�txs�sxr�otn�kpj�inh�eke… 90 …~f���l���n���t���q���r�����z�j�wd���e�������~���o�tyo�txo�rxn�syo�szr�u{u�txs�tzt�swr�qup�jpl�fkf…
|
/external/libaom/libaom/av1/common/ |
D | av1_common_int.h | 1304 static INLINE void set_txfm_ctx(TXFM_CONTEXT *txfm_ctx, uint8_t txs, int len) { in set_txfm_ctx() argument 1306 for (i = 0; i < len; ++i) txfm_ctx[i] = txs; in set_txfm_ctx()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1022 int min_txs, int split_size, int txs, in set_inter_tx_size() argument 1030 mbmi->inter_tx_size[index] = txs; in set_inter_tx_size() 1050 TX_SIZE txs = max_txsize_rect_lookup[bsize]; in read_tx_size_vartx() local 1052 txs = sub_tx_size_map[txs]; in read_tx_size_vartx() 1053 const int tx_w_log2 = tx_size_wide_log2[txs] - MI_SIZE_LOG2; in read_tx_size_vartx() 1054 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2; in read_tx_size_vartx() 1059 set_inter_tx_size(mbmi, stride_log2, tx_w_log2, tx_h_log2, txs, tx_size, in read_tx_size_vartx() 1078 set_inter_tx_size(mbmi, stride_log2, tx_w_log2, tx_h_log2, txs, tx_size, in read_tx_size_vartx() 1112 set_inter_tx_size(mbmi, stride_log2, tx_w_log2, tx_h_log2, txs, tx_size, in read_tx_size_vartx()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/ |
D | entityToCode.tsv | 1213 http://www.wikidata.org/entity/Q3531659 txs
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6958 txs Tonsea Tonsea
|
D | iso-639-3.tab | 6664 txs I L Tonsea
|
D | language-subtag-registry | 36033 Subtag: txs
|