Home
last modified time | relevance | path

Searched refs:set (Results 4351 - 4375 of 6237) sorted by relevance

1...<<171172173174175176177178179180>>...250

/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h466 void SetDescriptorSet(uint32_t set) { descriptor_set_ = set; } in SetDescriptorSet() argument
477 /// Command to set the size of a buffer, or update a buffers contents.
597 /// Command to set the colour for the clear command.
625 /// Command to set the depth value for the clear command.
640 /// Command to set the stencil value for the clear command.
655 /// Command to set the patch parameter vertices.
672 /// Command to set the entry point to use for a given shader type.
691 /// Command to repeat the given set of commands a number of times.
/third_party/skia/src/core/
H A DSkBlurMask.cpp405 margin->set( pad, pad ); in BlurRect()
537 margin->set( pad, pad ); in BlurGroundTruth()
H A DSkEdgeClipper.cpp407 // limit set as the largest float value for which we can still reliably compute things like in too_big_for_reliable_float_math()
469 fCurrPoint[0].set(x, y0); in appendVLine()
470 fCurrPoint[1].set(x, y1); in appendVLine()
H A DSkBitmap.cpp551 offset->set(0, 0); in extractAlpha()
575 offset->set(dstM.fBounds.fLeft, dstM.fBounds.fTop); in extractAlpha()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp17 #include <set>
469 std::set<uint32_t> basic_types; in GetAvailableBasicTypesAndPointers()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddecoration_manager.cpp19 #include <set>
27 using DecorationSet = std::set<std::u32string>;
H A Dir_builder.h538 uint32_t result_type, uint32_t set, uint32_t instruction, in AddNaryExtendedInstruction()
541 operands.push_back({SPV_OPERAND_TYPE_ID, {set}}); in AddNaryExtendedInstruction()
586 // Returns the set of preserved analyses.
537 AddNaryExtendedInstruction( uint32_t result_type, uint32_t set, uint32_t instruction, const std::vector<uint32_t>& ext_operands) AddNaryExtendedInstruction() argument
H A Dloop_fusion.cpp39 // Return the set of locations accessed by |stores| and |loads|.
40 std::set<Instruction*> GetLocationsAccessed( in GetLocationsAccessed()
43 std::set<Instruction*> locations{}; in GetLocationsAccessed()
H A Dtypes.h22 #include <set>
68 typedef std::set<std::pair<const Pointer*, const Pointer*>> IsSameCache;
122 // decorations. |seen| is the set of |Pointer*| pair that are currently being
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp17 #include <set>
469 std::set<uint32_t> basic_types; in GetAvailableBasicTypesAndPointers()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.cpp19 #include <set>
27 using DecorationSet = std::set<std::u32string>;
H A Dir_builder.h538 uint32_t result_type, uint32_t set, uint32_t instruction, in AddNaryExtendedInstruction()
541 operands.push_back({SPV_OPERAND_TYPE_ID, {set}}); in AddNaryExtendedInstruction()
586 // Returns the set of preserved analyses.
537 AddNaryExtendedInstruction( uint32_t result_type, uint32_t set, uint32_t instruction, const std::vector<uint32_t>& ext_operands) AddNaryExtendedInstruction() argument
H A Dloop_fusion.cpp39 // Return the set of locations accessed by |stores| and |loads|.
40 std::set<Instruction*> GetLocationsAccessed( in GetLocationsAccessed()
43 std::set<Instruction*> locations{}; in GetLocationsAccessed()
H A Dtypes.h22 #include <set>
68 typedef std::set<std::pair<const Pointer*, const Pointer*>> IsSameCache;
122 // decorations. |seen| is the set of |Pointer*| pair that are currently being
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py369 seen = set()
434 set the second parameter to `true`:
545 Giga, etc.), if the second parameter is set to `True` the binary
607 rel = set((rel or "").split() or [])
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp261 * latitude and longitude. The object's time is set to the current
477 result.set(atan2(sinL*cosE - tanB*sinE, cosL), in eclipticToEquatorial()
517 result.set(azimuth, altitude); in eclipticToHorizon()
540 // set to), make only a small difference as compared to using the
849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
931 // // To be able to compute the Sun's rise/set times, you need to be able to
988 // // passes the meridian and the HA of rise/set. Then the rise time is
989 // // the meridian time minus HA for rise/set, and the set time is the
990 // // meridian time plus the HA for rise/set
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/
H A Dtrace_event.h387 // { // The sampling state is set within this scope.
402 TraceEvent::SamplingStateScope<bucket_number>::set(category "\0" name)
408 TraceEvent::SamplingStateScope<bucket_number>::set(categoryAndName)
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroupLayout.cpp29 #include <set>
143 "storageTexture, or externalTexture set"); in ValidateBindGroupLayoutEntry()
160 std::set<BindingNumber> bindingsSet; in ValidateBindGroupLayoutDescriptor()
354 // |firstNonBufferIndex| gets set to 0. in CheckBufferBindingsFirst()
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py74 # set.
327 self.assertEqual(set(path),
328 set([os.path.dirname(bad_path)]))
/third_party/python/Lib/test/
H A Dtest_string.py164 unused_args = set(kwargs.keys())
187 fmt._vformat("{i}", args, kwargs, set(), -1)
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py201 keys = set(keys)
202 expected = set(self.OPTIONS)
/third_party/python/Lib/
H A Dweakref.py117 self._iterating = set()
382 self._iterating = set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp123 return MachineFunctionProperties().set(
193 std::set<MachineInstr*> Insts;
246 /// Return the "kill" instruction (as set with setKill()) or NULL.
249 /// of the chain. This is the maximum of KillInst (if set) and LastInst.
335 // First, scan the basic block producing a set of chains. in runOnBasicBlock()
369 // Convert the EquivalenceClasses to a simpler set of sets. in runOnBasicBlock()
377 // Now we have a set of sets, order them by start address so in runOnBasicBlock()
683 // Given an operand and the set of active chains (keyed by register), in maybeKillChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp148 #include <set>
290 std::set<Instruction *> ReplacedInsts;
/third_party/skia/tools/
H A DToolUtils.cpp291 norm.set(0.0f, 0.0f, 1.0f); in create_hemi_normal_map()
317 norm.set(0.0f, 0.0f, 1.0f); in create_frustum_normal_map()

Completed in 32 milliseconds

1...<<171172173174175176177178179180>>...250