Searched defs:inst (Results 1 - 25 of 229) sorted by relevance

12345678910

/external/clang/test/Index/
H A Dcursor-ref-names.cpp17 Sub inst; local
18 inst.func();
19 inst[1];
20 inst.operator[](1);
22 inst.Base<int>::operator[](1);
30 // CHECK: cursor-ref-names.cpp:17:9: VarDecl=inst:17:9 (Definition) Extent=[17:5 - 17:13]
35 // CHECK: cursor-ref-names.cpp:18:5: DeclRefExpr=inst:17:9 Extent=[18:5 - 18:9]
37 // CHECK: cursor-ref-names.cpp:19:5: DeclRefExpr=inst:17:9 Extent=[19:5 - 19:9]
41 // CHECK: cursor-ref-names.cpp:20:5: DeclRefExpr=inst:17:9 Extent=[20:5 - 20:9]
44 // CHECK: cursor-ref-names.cpp:22:5: DeclRefExpr=inst
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.c523 const struct rc_instruction *inst,
527 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
574 switch (inst->U.I.TexSrcTarget) {
591 switch (inst->U.I.TexSrcTarget) {
522 rc_compute_sources_for_writemask( const struct rc_instruction *inst, unsigned int writemask, unsigned int *srcmasks) argument
H A Dradeon_dataflow_swizzles.c35 struct rc_instruction * inst, unsigned src)
43 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED)
47 c->SwizzleCaps->Split(inst->U.I.SrcReg[src], usemask, &split);
50 struct rc_instruction * mov = rc_insert_new_instruction(c, inst->Prev);
58 mov->U.I.SrcReg[0] = inst->U.I.SrcReg[src];
59 mov->U.I.PreSub = inst->U.I.PreSub;
79 inst->U.I.SrcReg[src].File = RC_FILE_TEMPORARY;
80 inst->U.I.SrcReg[src].Index = tempreg;
81 inst->U.I.SrcReg[src].Swizzle = 0;
82 inst
34 rewrite_source(struct radeon_compiler * c, struct rc_instruction * inst, unsigned src) argument
92 struct rc_instruction * inst; local
[all...]
H A Dradeon_pair_dead_sources.c20 struct rc_instruction * inst,
28 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
32 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
43 struct rc_instruction * inst; local
44 for (inst = c->Program.Instructions.Next;
45 inst != &c->Program.Instructions;
46 inst = inst->Next) {
48 if (inst->Type == RC_INSTRUCTION_NORMAL)
53 inst
19 mark_used( struct rc_instruction * inst, struct rc_pair_sub_instruction * sub) argument
[all...]
H A Dradeon_rename_regs.c50 struct rc_instruction * inst; local
56 for(inst = c->Program.Instructions.Next;
57 inst != &c->Program.Instructions;
58 inst = inst->Next) {
59 if (inst->U.I.Opcode == RC_OPCODE_BGNLOOP)
H A Dr3xx_fragprog.c57 struct rc_sub_instruction * inst = &rci->U.I; local
59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode);
61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth)
64 if (inst->DstReg.WriteMask & RC_MASK_Z) {
65 inst->DstReg.WriteMask = RC_MASK_W;
67 inst->DstReg.WriteMask = 0;
76 inst->SrcReg[i] = lmul_swizzle(RC_SWIZZLE_ZZZZ, inst->SrcReg[i]);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTSingleton.h29 static T& inst() function in class:CPVRTSingleton
37 return &inst();
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DPreMain.java35 * @param inst
40 public static void premain(final String options, final Instrumentation inst) argument
47 final IRuntime runtime = createRuntime(inst);
49 inst.addTransformer(new CoverageTransformer(runtime, agentOptions,
53 private static IRuntime createRuntime(final Instrumentation inst) argument
55 return ModifiedSystemClassRuntime.createFor(inst, "java/util/UUID");
/external/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c39 struct prog_instruction *inst)
41 inst->CondUpdate = 0;
42 inst->CondDst = 0;
43 inst->SaturateMode = SATURATE_OFF;
44 inst->Precision = FLOAT32;
53 inst->Precision = FLOAT16;
57 inst->Precision = FLOAT32;
61 inst->Precision = FIXED12;
74 inst->CondUpdate = 1;
85 inst
37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst) argument
[all...]
/external/pdfium/xfa/fde/
H A Dcfde_txtedtbuf_unittest.cpp62 CFX_WideString inst = L"there "; local
63 buf_->Insert(6, inst.c_str(), inst.GetLength());
169 CFX_WideString inst = L"there "; local
172 EXPECT_DEATH(buf_->Insert(-4, inst.c_str(), inst.GetLength()), "Assertion");
173 EXPECT_DEATH(buf_->Insert(9999, inst.c_str(), inst.GetLength()), "Assertion");
174 EXPECT_DEATH(buf_->Insert(1, inst.c_str(), -6), "Assertion");
/external/vulkan-validation-layers/loader/
H A Dgpa_helper.h27 static inline void *trampolineGetProcAddr(struct loader_instance *inst, argument
302 if (debug_report_instance_gpa(inst, funcName, &addr))
305 if (wsi_swapchain_instance_gpa(inst, funcName, &addr))
308 if (extension_instance_gpa(inst, funcName, &addr))
311 addr = loader_dev_ext_gpa(inst, funcName);
H A Dtable_ops.h563 VkInstance inst) {
565 (PFN_vkGetInstanceProcAddr)gpa(inst, "vkGetInstanceProcAddr");
567 (PFN_vkDestroyInstance)gpa(inst, "vkDestroyInstance");
569 (PFN_vkEnumeratePhysicalDevices)gpa(inst, "vkEnumeratePhysicalDevices");
571 inst, "vkGetPhysicalDeviceFeatures");
574 inst, "vkGetPhysicalDeviceImageFormatProperties");
577 inst, "vkGetPhysicalDeviceFormatProperties");
580 inst, "vkGetPhysicalDeviceSparseImageFormatProperties");
582 inst, "vkGetPhysicalDeviceProperties");
585 inst, "vkGetPhysicalDeviceQueueFamilyPropertie
561 loader_init_instance_core_dispatch_table(VkLayerInstanceDispatchTable *table, PFN_vkGetInstanceProcAddr gpa, VkInstance inst) argument
597 loader_init_instance_extension_dispatch_table( VkLayerInstanceDispatchTable *table, PFN_vkGetInstanceProcAddr gpa, VkInstance inst) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h82 const struct tgsi_full_instruction * inst; member in struct:lp_build_emit_data
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_copy_propagation.cpp35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) argument
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
44 if (inst->conditional_mod &&
45 inst->src[arg].type == BRW_REGISTER_TYPE_UD &&
51 if (intel->gen == 6 && inst->is_math() &&
55 inst->src[arg].file = entry->src.file;
56 inst->src[arg].reg = entry->src.reg;
57 inst
[all...]
H A Dbrw_fs_cse.cpp46 is_expression(const fs_inst *const inst) argument
48 switch (inst->opcode) {
90 for (fs_inst *inst = block->start;
91 inst != block->end->next;
92 inst = (fs_inst *) inst->next) {
95 if (is_expression(inst) && !inst->predicated && inst->mlen == 0 &&
96 !inst
[all...]
H A Dbrw_vec4_copy_propagation.cpp40 is_direct_copy(vec4_instruction *inst) argument
42 return (inst->opcode == BRW_OPCODE_MOV &&
43 !inst->predicate &&
44 inst->dst.file == GRF &&
45 !inst->saturate &&
46 !inst->dst.reladdr &&
47 !inst->src[0].reladdr &&
48 inst->dst.type == inst->src[0].type);
52 is_dominated_by_previous_instruction(vec4_instruction *inst) argument
61 try_constant_propagation(vec4_instruction *inst, int arg, src_reg *values[4]) argument
163 try_copy_propagation(struct intel_context *intel, vec4_instruction *inst, int arg, src_reg *values[4]) argument
241 vec4_instruction *inst = (vec4_instruction *)node; local
[all...]
H A Dbrw_wm_pass1.c38 struct brw_wm_instruction *inst)
42 if (inst->writemask & (1<<i)) {
43 if (!inst->dst[i]->contributes_to_output) {
44 inst->writemask &= ~(1<<i);
45 inst->dst[i] = 0;
50 return inst->writemask;
70 struct brw_wm_instruction *inst,
77 struct brw_wm_ref *ref = inst->src[arg][i];
84 inst->src[arg][i] = NULL;
122 struct brw_wm_instruction *inst local
37 get_tracked_mask(struct brw_wm_compile *c, struct brw_wm_instruction *inst) argument
69 track_arg(struct brw_wm_compile *c, struct brw_wm_instruction *inst, GLuint arg, GLuint readmask) argument
[all...]
/external/vulkan-validation-layers/tests/
H A Dtest_environment.h44 VkInstance get_instance() { return inst; }
50 VkInstance inst; member in class:vk_testing::Environment
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_32.c352 sljit_ins *inst = (sljit_ins*)addr; local
354 inst[0] = (inst[0] & 0xffff0000) | ((new_addr >> 16) & 0xffff);
355 inst[1] = (inst[1] & 0xffff0000) | (new_addr & 0xffff);
356 SLJIT_CACHE_FLUSH(inst, inst + 2);
361 sljit_ins *inst = (sljit_ins*)addr; local
363 inst[0] = (inst[
[all...]
H A DsljitNativePPC_32.c255 sljit_ins *inst = (sljit_ins*)addr; local
257 inst[0] = (inst[0] & 0xffff0000) | ((new_addr >> 16) & 0xffff);
258 inst[1] = (inst[1] & 0xffff0000) | (new_addr & 0xffff);
259 SLJIT_CACHE_FLUSH(inst, inst + 2);
264 sljit_ins *inst = (sljit_ins*)addr; local
266 inst[0] = (inst[
[all...]
H A DsljitNativeSPARC_32.c150 sljit_ins *inst = (sljit_ins*)addr; local
152 inst[0] = (inst[0] & 0xffc00000) | ((new_addr >> 10) & 0x3fffff);
153 inst[1] = (inst[1] & 0xfffffc00) | (new_addr & 0x3ff);
154 SLJIT_CACHE_FLUSH(inst, inst + 2);
159 sljit_ins *inst = (sljit_ins*)addr; local
161 inst[0] = (inst[
[all...]
/external/skia/src/gpu/vk/
H A DGrVkBackendContext.cpp46 VkInstance inst; local
113 err = vkCreateInstance(&instance_create, nullptr, &inst);
120 err = vkEnumeratePhysicalDevices(inst, &gpuCount, nullptr);
123 vkDestroyInstance(inst, nullptr);
130 err = vkEnumeratePhysicalDevices(inst, &gpuCount, &physDev);
133 vkDestroyInstance(inst, nullptr);
162 if (canPresent(inst, physDev, i)) {
171 extensions.initDevice(kGrVkMinimumVersion, inst, physDev);
248 vkDestroyInstance(inst, nullptr);
256 ctx->fInstance = inst;
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_interface.c69 void WebRtcG722_DecoderInit(G722DecInst* inst) { argument
72 WebRtc_g722_decode_init((G722DecoderState*)inst, 64000, 2);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DModifiedSystemClassRuntime.java89 * @param inst
98 public static IRuntime createFor(final Instrumentation inst, argument
100 return createFor(inst, className, "$jacocoAccess");
108 * @param inst
119 public static IRuntime createFor(final Instrumentation inst, argument
133 inst.addTransformer(transformer);
135 inst.removeTransformer(transformer);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; local
186 memset(inst, 0, sizeof *inst);
187 copy_token(&inst->Instruction, &token);
189 if (inst->Instruction.Predicate) {
190 next_token(ctx, &inst->Predicate);
193 if (inst->Instruction.Label) {
194 next_token( ctx, &inst->Label);
197 if (inst->Instruction.Texture) {
198 next_token( ctx, &inst
[all...]

Completed in 1837 milliseconds

12345678910