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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.h 77 unsigned src_idx);
tgsi_util.c 173 unsigned src_idx)
175 const struct tgsi_full_src_register *src = &inst->Src[src_idx];
240 read_mask = src_idx == 2 ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_XY;
256 read_mask = src_idx == 0 ? TGSI_WRITEMASK_XYZ : TGSI_WRITEMASK_XYZW;
264 if (src_idx == 0) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 71 unsigned src_idx; local
81 for (src_idx = 0; src_idx < info->NumSrcRegs; src_idx++) {
87 &inst->U.I.SrcReg[src_idx];
radeon_compiler_util.h 52 unsigned int src_idx,
radeon_pair_schedule.c 326 unsigned src_idx; local
340 for (src_idx = 0; src_idx < 4; src_idx++) {
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used;
    [all...]
radeon_compiler_util.c 314 unsigned int src_idx,
320 if (src_file != dst_file || src_idx != dst_idx) {
  /system/media/audio_utils/
primitives.c 496 size_t src_idx, dst_idx; local
497 for (src_idx = 0, dst_idx = 0; dst_idx < dst_count; ++dst_idx) {
499 idxary[dst_idx] = src_idx++;
510 size_t src_idx, dst_idx; local
519 for (src_idx = 0, dst_idx = 0; dst_idx < dst_count; ++src_idx) {
521 idxary[dst_idx++] = src_idx < src_count ? (signed)src_idx : -1;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 26 #define VGPR_BIT(src_idx) (1ULL << (9 * src_idx - 1))
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
279 alu->src[src_idx].sel = sel0 | (sel1 << 8);
280 alu->src[src_idx].chan = bytes[bytes_read++];
281 alu->src[src_idx].neg = bytes[bytes_read++];
282 alu->src[src_idx].abs = bytes[bytes_read++];
283 alu->src[src_idx].rel = bytes[bytes_read++];
284 alu->src[src_idx].kc_bank = bytes[bytes_read++];
286 alu->src[src_idx].value |= bytes[bytes_read++] << (i * 8);
294 unsigned src_idx; local
299 for(src_idx = 0; src_idx < 3; src_idx++)
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 1881 int src_idx = 0, dst_idx = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]

Completed in 332 milliseconds