HomeSort by relevance Sort by last modified time
    Searched refs:immediates (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.h 44 float (*immediates)[4],
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.h 44 float (*immediates)[4],
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 127 (float (*)[4]) shader->base.immediates,
163 align_free( (void *) shader->base.immediates );
193 vs->base.immediates = align_malloc(TGSI_EXEC_NUM_IMMEDIATES * 4 *
205 (float (*)[4]) vs->base.immediates,
draw_vs.h 118 const float (*immediates)[4]; member in struct:draw_vertex_shader
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 127 (float (*)[4]) shader->base.immediates,
163 align_free( (void *) shader->base.immediates );
193 vs->base.immediates = align_malloc(TGSI_EXEC_NUM_IMMEDIATES * 4 *
205 (float (*)[4]) vs->base.immediates,
draw_vs.h 118 const float (*immediates)[4]; member in struct:draw_vertex_shader
  /external/chromium_org/v8/test/mjsunit/regress/
regress-108296.js 30 // This test checks that young immediates embedded into code objects
35 // be generated as a part of a gap move. Gap move operate on immediates as
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 25 @ Out of range immediates for ASR instruction.
31 @ Out of range immediates for BKPT instruction.
77 @ Out of range immediates for LSL instruction.
94 @ Out of range immediates for STR instruction.
thumb2-diagnostics.s 32 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
diagnostics.s 96 @ Out of range 4 and 3 bit immediates on CDP[2]
98 @ Out of range immediates for CDP/CDP2
109 @ Out of range immediates for DBG
147 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
205 @ Out of range immediates and bad shift types for SSAT
244 @ Out of range immediates for SSAT16
  /external/v8/test/mjsunit/regress/
regress-108296.js 30 // This test checks that young immediates embedded into code objects
35 // be generated as a part of a gap move. Gap move operate on immediates as
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 370 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
456 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES]; member in struct:lp_build_tgsi_aos_context
lp_bld_tgsi_aos.c 180 LLVMValueRef res = bld->immediates[reg->Register.Index];
1049 /* simply copy the immediate values into the next immediates[] slot */
1062 bld.immediates[num_immediates] =
lp_bld_tgsi_soa.c 643 LLVMValueRef res = bld->immediates[reg->Register.Index][swizzle];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 370 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
456 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES]; member in struct:lp_build_tgsi_aos_context
lp_bld_tgsi_aos.c 180 LLVMValueRef res = bld->immediates[reg->Register.Index];
1049 /* simply copy the immediate values into the next immediates[] slot */
1062 bld.immediates[num_immediates] =
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c     [all...]
X86DisassemblerDecoder.h 583 /* Immediates. There can be two in some cases */
586 uint64_t immediates[2]; member in struct:InternalInstruction
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 58 float immediates[I915_MAX_CONSTANT][4]; member in struct:i915_fp_compile
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 58 float immediates[I915_MAX_CONSTANT][4]; member in struct:i915_fp_compile
  /external/chromium_org/v8/test/webkit/
instance-of-immediates.js 24 description('This test makes sure that instance of behaves correctly when the value, constructor, or its prototype are immediates.');
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 358 exec_list immediates; member in class:glsl_to_tgsi_visitor
545 assert(!"immediates should not have indirect addressing");
567 assert(!"immediates should not have indirect addressing");
881 foreach_iter(exec_list_iterator, iter, this->immediates) {
894 this->immediates.push_tail(entry);
3894 struct ureg_src *immediates; member in struct:st_translate
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 358 exec_list immediates; member in class:glsl_to_tgsi_visitor
545 assert(!"immediates should not have indirect addressing");
567 assert(!"immediates should not have indirect addressing");
881 foreach_iter(exec_list_iterator, iter, this->immediates) {
894 this->immediates.push_tail(entry);
3894 struct ureg_src *immediates; member in struct:st_translate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
666 bld->immediates[off->Index][off->SwizzleX],
669 bld->immediates[off->Index][off->SwizzleY],
672 bld->immediates[off->Index][off->SwizzleZ],
944 ctx->soa.immediates[ctx->soa.num_immediates][i] =
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
666 bld->immediates[off->Index][off->SwizzleX],
669 bld->immediates[off->Index][off->SwizzleY],
672 bld->immediates[off->Index][off->SwizzleZ],
944 ctx->soa.immediates[ctx->soa.num_immediates][i] =
    [all...]

Completed in 2261 milliseconds

1 2