HomeSort by relevance Sort by last modified time
    Searched refs:txs (Results 1 - 14 of 14) sorted by null

  /external/skia/src/compute/skc/
composition.c 75 float const * txs,
79 return composition->place(composition->impl,rasters,layer_ids,txs,tys,count);
composition.h 33 skc_float const * txs,
skc.h 174 float const * txs,
  /external/skqp/src/compute/skc/
composition.c 75 float const * txs,
79 return composition->place(composition->impl,rasters,layer_ids,txs,tys,count);
composition.h 33 skc_float const * txs,
skc.h 174 float const * txs,
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 31 * to normalized coordinates with txs plus ALU instructions
109 nir_tex_instr *txs; local
111 txs = nir_tex_instr_create(b->shader, 1);
112 txs->op = nir_texop_txs;
113 txs->sampler_dim = tex->sampler_dim;
114 txs->is_array = tex->is_array;
115 txs->is_shadow = tex->is_shadow;
116 txs->is_new_style_shadow = tex->is_new_style_shadow;
117 txs->texture_index = tex->texture_index;
118 txs->texture = nir_deref_var_clone(tex->texture, txs)
156 nir_ssa_def *txs = get_texture_size(b, tex); local
193 nir_ssa_def *txs = get_texture_size(b, tex); local
610 nir_ssa_def *txs = get_texture_size(b, tex); local
    [all...]
  /external/libaom/libaom/av1/common/
blockd.h 794 TX_SIZE txs = max_txsize_rect_lookup[bsize];
796 txs = sub_tx_size_map[txs];
797 const int tx_w_log2 = tx_size_wide_log2[txs] - MI_SIZE_LOG2;
798 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2;
809 TX_SIZE txs = max_txsize_rect_lookup[bsize];
811 txs = sub_tx_size_map[txs];
812 const int tx_w_log2 = tx_size_wide_log2[txs] - MI_SIZE_LOG2;
813 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2
    [all...]
onyxc_int.h     [all...]
  /external/skia/src/compute/skc/platforms/cl_12/
composition_cl_12.c 580 skc_float const * txs,
646 if ((txs == NULL) && (tys == NULL))
658 else if (txs == NULL)
684 SKC_PLACE_CMD_TX_CONVERT(*txs++),
699 SKC_PLACE_CMD_TX_CONVERT(*txs++),
  /external/skqp/src/compute/skc/platforms/cl_12/
composition_cl_12.c 580 skc_float const * txs,
646 if ((txs == NULL) && (tys == NULL))
658 else if (txs == NULL)
684 SKC_PLACE_CMD_TX_CONVERT(*txs++),
699 SKC_PLACE_CMD_TX_CONVERT(*txs++),
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 1444 nir_tex_instr *txs, *qlv; local
    [all...]
  /external/u-boot/arch/arm/mach-imx/mx6/
ddr.c 1231 u16 trcd, trc, tras, twr, tmrd, trtp, trp, twtr, trfc, txs, txpr; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 1271 TX_SIZE txs = max_txsize_rect_lookup[bsize]; local
    [all...]

Completed in 784 milliseconds