Home
last modified time | relevance | path

Searched defs:range (Results 551 - 575 of 942) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c744 const struct anv_push_range *range = &pipeline->cs->bind_map.push_ranges[0]; in anv_cmd_buffer_cs_push_constants() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c123 nir_ssa_def *range; member
640 nir_ssa_def *range = nir_trim_vector(&b, sd.range, coord_components); in create_conversion_shader() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp649 const struct brw_ubo_range *range = &prog_data->base.ubo_ranges[i]; in nir_emit_intrinsic() local
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule.cpp322 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rtb.c432 ngtcp2_range gap, range; in rtb_reclaim_frame() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1219 transition_image_range(const struct vk_image_view *image_view, VkImageSubresourceRange range, VkImageLayout old_layout, VkImageLayout new_layout, VkImageLayout old_stencil_layout, VkImageLayout new_stencil_layout, const VkSampleLocationsInfoEXT *sample_locations, uint32_t *barrier_count, uint32_t max_barrier_count, VkImageMemoryBarrier2 *barriers) transition_image_range() argument
1436 VkImageSubresourceRange range = { transition_attachment() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dplurults.cpp1385 auto range = NumberRangeFormatter::withLocale(locale).formatFormattableRange(d1, d2, status); in testSelectRange() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c1020 unsigned long range = 0; in bit_range() local
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc719 void GraphC1Visualizer::PrintLiveRangeChain(const TopLevelLiveRange* range, in PrintLiveRangeChain() argument
729 PrintLiveRange(const LiveRange* range, const char* type, int vreg) PrintLiveRange() argument
960 const LiveRange& range = live_range_json.range_; operator <<() local
[all...]
H A Dtypes.cc717 int Type::UpdateRange(Type range, UnionType* result, int size, Zone* zone) { in UpdateRange() argument
748 IntersectRangeAndBitset(Type range, Type bitset, Zone* zone) IntersectRangeAndBitset() argument
807 NormalizeRangeAndBitset(Type range, bitset* bits, Zone* zone) NormalizeRangeAndBitset() argument
909 Type range = None(); Union() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc915 CollectElementIndices(Isolate* isolate, Handle<JSObject> object, uint32_t range, std::vector<uint32_t>* indices) CollectElementIndices() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc459 auto range = profilers_.equal_range(isolate); in RemoveProfiler() local
470 auto range = profilers_.equal_range(isolate); in CallCollectSample() local
479 auto range = profilers_.equal_range(isolate); in GetAllProfilersMemorySize() local
/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...]

Completed in 47 milliseconds

1...<<21222324252627282930>>...38