| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 744 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 D | st_pbo_compute.c | 123 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 D | brw_vec4_nir.cpp | 649 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 D | plurrule.cpp | 322 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_rtb.c | 432 ngtcp2_range gap, range; in rtb_reclaim_frame() local [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_render_pass.c | 1219 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 D | plurults.cpp | 1385 auto range = NumberRangeFormatter::withLocale(locale).formatFormattableRange(d1, d2, status); in testSelectRange() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | expand.c | 1020 unsigned long range = 0; in bit_range() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | graph-visualizer.cc | 719 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 D | types.cc | 717 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 D | builtins-array.cc | 915 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 D | cpu-profiler.cc | 459 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 D | regexp-ast.h | 107 List(Zone* zone, CharacterRange range) List() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | instructions.h | 325 StackRange range; member
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.h | 197 struct tgsi_declaration_range range; member
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkWsiUtil.cpp | 1039 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 D | vktFragmentShadingRatePixelConsistency.cpp | 1185 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 D | vktRenderPassSampleReadTests.cpp | 191 const VkImageSubresourceRange range = in createImageView() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmComputeShaderCase.cpp | 218 VkPushConstantRange range = in createPipelineLayout() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRatePixelConsistency.cpp | 1185 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 D | capture_gles_2_0_params.cpp | 453 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 D | WinException.cpp | 401 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 D | MILexer.h | 214 StringRef range() const { return Range; } in range() function
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderBitfieldOperationTests.cpp | 399 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 D | SkMorphologyImageFilter.cpp | 237 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...] |