HomeSort by relevance Sort by last modified time
    Searched refs:ir (Results 326 - 350 of 523) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 112 * \param ir_type shader IR type for which the param applies, or don't care
306 * Get IR specific compiler options struct. For PIPE_SHADER_IR_NIR this
308 * NIR as the preferred IR must implement this.
311 enum pipe_shader_ir ir,
  /frameworks/base/media/java/android/media/
ImageReader.java 742 final ImageReader ir = weakSelf.get(); local
743 if (ir == null) {
748 synchronized (ir.mListenerLock) {
749 handler = ir.mListenerHandler;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.cpp 22 namespace ir { namespace in namespace:spvtools
92 } // namespace ir
basic_block.h 30 namespace ir { namespace in namespace:spvtools
155 } // namespace ir
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 44 #include "ir-a2xx.h"
244 ctx->cf = cf = ir2_cf_create(ctx->so->ir, EXEC);
465 * in assembler/disassembler and what ir.c expects
602 ctx->pred_stack[ctx->pred_depth++] = ctx->so->ir->pred;
616 ctx->so->ir->pred = ctx->pred_stack[--ctx->pred_depth];
864 * in assembler/disassembler and what ir.c expects
944 * in assembler/disassembler and what ir.c expects
999 ir2_cf_create_alloc(ctx->so->ir, SQ_POSITION,
1006 ir2_cf_create_alloc(ctx->so->ir, SQ_PARAMETER_PIXEL,
1099 ctx->so->ir->pred = IR2_PRED_EQ
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 156 int ir = floatToByte(a[0] * r + a[1] * g + a[2] * b); local
160 return Color.argb(Color.alpha(color), pinToByte(ir),
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 173 int ir = floatToByte(a[0] * r + a[1] * g + a[2] * b); local
177 return Color.argb(Color.alpha(color), pinToByte(ir),
  /external/mesa3d/src/compiler/glsl/
ir.h 42 * \defgroup IR Intermediate representation nodes
88 * Base class of all IR instructions
139 * \name IR instruction downcast functions
193 * IR equality method: Return true if the referenced instruction would
200 virtual bool equals(const ir_instruction *ir,
911 * for glsl->tgsi/mesa IR we need to store the index into the
    [all...]
ir.cpp 25 #include "ir.h"
52 * \param m IR swizzle to be modified
    [all...]
ir_hv_accept.cpp 24 #include "ir.h"
28 * Implementations of all hierarchical visitor accept methods for IR
52 foreach_in_list_safe(ir_instruction, ir, l) {
54 v->base_ir = ir;
55 ir_visitor_status s = ir->accept(v);
ir_optimization.h 80 bool do_common_optimization(exec_list *ir, bool linked,
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.c 730 struct ir3 *ir = instr->block->shader; local
732 array_insert(ir->indirects, instr);
744 ir3_clear_mark(struct ir3 *ir)
746 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) {
753 ir3_count_instructions(struct ir3 *ir)
756 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) {
767 ir3_lookup_array(struct ir3 *ir, unsigned id)
769 list_for_each_entry (struct ir3_array, arr, &ir->array_list, node)
ir3.h 82 /* meta-flags, for intermediate stages of IR, ie.
117 /* used for cat5 instructions, but also for internal/IR level
183 /* meta-flags, for intermediate stages of IR, ie.
417 struct ir3_array * ir3_lookup_array(struct ir3 *ir, unsigned id);
492 unsigned ir3_count_instructions(struct ir3 *ir);
903 void ir3_print(struct ir3 *ir);
910 void ir3_depth(struct ir3 *ir);
914 void ir3_cp(struct ir3 *ir, struct ir3_shader_variant *so);
917 void ir3_group(struct ir3 *ir);
920 int ir3_sched(struct ir3 *ir);
    [all...]
  /tools/dexter/slicer/
dex_ir_builder.cc 22 namespace ir { namespace
45 ir::MethodKey method_key;
74 // create the new .dex IR string node
78 // update the index -> ir node map
85 // attach the new string data to the .dex IR
106 // update the index -> ir node map
165 // update the index -> ir node map
194 // update the index -> ir node map
220 // update the index -> ir node map
230 } // namespace ir
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
StreamUtil.java 115 try (Reader ir = new BufferedReader(new InputStreamReader(stream))) {
116 while ((irChar = ir.read()) != -1) {
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 323 int[] ir = mRemote.intArray(i0, i1, i2); local
325 assertEquals(1, ir.length);
326 assertEquals(34, ir[0]);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 225 int &ir = check_narrowed<double>(vd); local
p7-cxx11-nowarn.cpp 209 int &ir = check_narrowed<double>(vd); local
  /external/clang/test/SemaCXX/
nullptr.cpp 147 int &ir = (f1)(nullptr); local
  /external/mesa3d/src/compiler/
Makefile.glsl.am 37 glsl/tests/general-ir-test \
52 glsl/tests/general-ir-test \
  /external/mesa3d/src/compiler/glsl/tests/
array_refcount_test.cpp 24 #include "ir.h"
165 const ir_instruction *const ir = (ir_instruction *) entry->key; local
166 const ir_variable *const v = ir->as_variable();
170 << ir->ir_type << ", address = "
171 << (void *) ir;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 3328 Instruction *ir, *next; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.h 130 * Annotation for the generated IR. One of the two can be set.
132 const void *ir; member in struct:backend_instruction::backend_instruction
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 114 res, ir := r.wellFormedSubtree(t, t.key, max)
119 ii += ir
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 114 res, ir := r.wellFormedSubtree(t, t.key, max)
119 ii += ir

Completed in 531 milliseconds

<<11121314151617181920>>