Home
last modified time | relevance | path

Searched defs:range (Results 526 - 550 of 903) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h107 List(Zone* zone, CharacterRange range) List() argument
/third_party/node/deps/v8/src/torque/
H A Dinstructions.h325 StackRange range; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h197 struct tgsi_declaration_range range; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp1039 const auto range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in recordFrame() local
1067 VkImageSubresourceRange range = { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 }; in recordFrame() local
1091 const auto range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in recordDeviceGroupFrame() local
1166 VkImageSubresourceRange range = { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 }; in recordDeviceGroupFrame() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp1185 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp191 const VkImageSubresourceRange range = in createImageView() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp218 VkPushConstantRange range = in createPipelineLayout() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp1185 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp453 CaptureGetShaderPrecisionFormat_range(const State &glState, bool isCallValid, GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision, ParamCapture *paramCapture) CaptureGetShaderPrecisionFormat_range() argument
465 CaptureGetShaderPrecisionFormat_precision(const State &glState, bool isCallValid, GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision, ParamCapture *paramCapture) CaptureGetShaderPrecisionFormat_precision() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp401 range(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator Begin, in range() function in __anon23984::InvokeStateChangeIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h214 StringRef range() const { return Range; } in range() function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp399 static GLuint pack(float x, float y, float z, float w, float range) in pack() argument
407 static bool checkOutData(GLuint result, const GLfloat input[4], float range) in checkOutData() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp237 const char* range = uniformHandler->getUniformCStr(fRangeUni); in onMakeProgramImpl() local
187 Make( std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, const float range[2]) Make() argument
308 GrMorphologyEffect(std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection direction, int radius, MorphType type, const float range[2]) GrMorphologyEffect() argument
366 apply_morphology_rect(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, const float range[2], MorphDirection direction) apply_morphology_rect() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java582 rangeTransition(Range range, boolean start) rangeTransition() argument
757 private final Range range; global() field in ViewableTaggedData.RangeStart
759 RangeStart(Range range) RangeStart() argument
777 private final Range range; global() field in ViewableTaggedData.RangeEnd
779 RangeEnd(Range range) RangeEnd() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp130 size_t range; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp315 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() argument
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp66 static void interpolate_color_code(SkScalar range, const ColorTuple& curColor, in interpolate_color_code() argument
576 make_ps_function(std::unique_ptr<SkStreamAsset> psCode, std::unique_ptr<SkPDFArray> domain, std::unique_ptr<SkPDFObject> range, SkPDFDocument* doc) make_ps_function() argument
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp125 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() argument
170 static bool has_bitmap_strike(DWriteFontTypeface* typeface, GaspRange range) { in has_bitmap_strike() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp568 SubresourceRange range = in RecordCommands() local
611 SubresourceRange range = in RecordCommands() local
[all...]
H A DTextureVk.cpp167 BuildMemoryBarrier(const Texture* texture, wgpu::TextureUsage lastUsage, wgpu::TextureUsage usage, const SubresourceRange& range) BuildMemoryBarrier() argument
1056 TransitionUsageNow(CommandRecordingContext* recordingContext, wgpu::TextureUsage usage, const SubresourceRange& range) TransitionUsageNow() argument
1078 TransitionUsageAndGetResourceBarrier( wgpu::TextureUsage usage, const SubresourceRange& range, std::vector<VkImageMemoryBarrier>* imageBarriers, VkPipelineStageFlags* srcStages, VkPipelineStageFlags* dstStages) TransitionUsageAndGetResourceBarrier() argument
1101 TransitionUsageAndGetResourceBarrierImpl( wgpu::TextureUsage usage, const SubresourceRange& range, std::vector<VkImageMemoryBarrier>* imageBarriers, VkPipelineStageFlags* srcStages, VkPipelineStageFlags* dstStages) TransitionUsageAndGetResourceBarrierImpl() argument
1127 ClearTexture(CommandRecordingContext* recordingContext, const SubresourceRange& range, TextureBase::ClearValue clearValue) ClearTexture() argument
1270 EnsureSubresourceContentInitialized(CommandRecordingContext* recordingContext, const SubresourceRange& range) EnsureSubresourceContentInitialized() argument
[all...]
H A DDeviceVk.cpp692 SubresourceRange range = GetSubresourcesAffectedByCopy(*dst, copySizePixels); in CopyFromStagingToTexture() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp504 SubresourceRange range = GetSubresourcesAffectedByCopy(*dst, copySizePixels); in CopyFromStagingToTexture() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp655 SubresourceRange range = GetSubresourcesAffectedByCopy(dst, copy->copySize); in Execute() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc606 range_record_t *range = range_records.push (); in _hb_coretext_shape() local
820 range_record_t *range = last_range; in _hb_coretext_shape() local
990 CFRange range = CTRunGetStringRange (run); _hb_coretext_shape() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvisci.cpp908 uint16_t range = 0; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
[all...]

Completed in 41 milliseconds

1...<<21222324252627282930>>...37