| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_decompress.c | 399 radv_process_depth_image_layer(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, const VkImageSubresourceRange *range, int level, int layer) radv_process_depth_image_layer() argument
|
| H A D | radv_meta_resolve.c | 408 VkImageSubresourceRange range = { in radv_meta_resolve_hardware_image() local 605 VkImageSubresourceRange range = { in radv_cmd_buffer_resolve_subpass_hw() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_image.c | 510 const VkImageSubresourceRange *range = &pCreateInfo->subresourceRange; in create_image_view() local
|
| /third_party/ltp/lib/ |
| H A D | random_range.c | 42 struct range { struct [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_batch.c | 432 VkMappedMemoryRange range = zink_resource_init_mem_range(screen, obj, 0, obj->size); in submit_queue() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_resource_buffer_upload.c | 937 const struct svga_buffer_range *range = &sbuf->map.ranges[i]; in svga_buffer_upload_piecewise() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_descriptor_set.c | 292 const VkPushConstantRange *range = pCreateInfo->pPushConstantRanges + i; in lvp_CreatePipelineLayout() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | atifragshader.c | 203 _mesa_GenFragmentShadersATI(GLuint range) in _mesa_GenFragmentShadersATI() argument
|
| H A D | glthread_marshal.h | 811 _mesa_glthread_DeleteLists(struct gl_context *ctx, GLsizei range) in _mesa_glthread_DeleteLists() argument
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | compute_test.h | 88 D3D12_DESCRIPTOR_RANGE1 range; in add() local
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| H A D | dxil_spirv_nir.c | 202 uint32_t range = nir_intrinsic_range(intrin); in lower_load_push_constant() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 334 panvk_meta_clear_color_img(struct panvk_cmd_buffer *cmdbuf, struct panvk_image *img, const VkClearColorValue *color, const VkImageSubresourceRange *range) panvk_meta_clear_color_img() argument 401 panvk_meta_clear_zs_img(struct panvk_cmd_buffer *cmdbuf, struct panvk_image *img, const VkClearDepthStencilValue *value, const VkImageSubresourceRange *range) panvk_meta_clear_zs_img() argument [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_device_memory.c | 599 const VkMappedMemoryRange *range = &pMemoryRanges[i]; in vn_FlushMappedMemoryRanges() local 622 const VkMappedMemoryRange *range = &pMemoryRanges[i]; in vn_InvalidateMappedMemoryRanges() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ucdtest.cpp | 239 int32_t rangeCount, range; in TestAdditionalProperties() local [all...] |
| H A D | numbertest_range.cpp | 928 FormattedNumberRange range = lnf.formatFormattableRange(1, 5, status); in testGetDecimalNumbers() local 945 FormattedNumberRange range = lnf.formatFormattableRange(3, 3, status); in testGetDecimalNumbers() local [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-tablet-pad.c | 155 double range = absinfo_range(absinfo); in normalize_ring() local 172 double range = max - min; in normalize_strip() local
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| H A D | segment.c | 506 int segment_register(seg_type_t type, char *name, range_t * range, int flags) in segment_register() argument 671 int segment_touch(char *name, range_t * range, int rw) in segment_touch() argument 761 int segment_map(char *name, range_t * range, in argument 813 segment_mbind(char *name, range_t * range, int policy, nodemask_t * nodemask, int flags) segment_mbind() argument 876 segment_location(char *name, range_t * range) segment_location() argument [all...] |
| /third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
| H A D | main.c | 476 int range; in gen_random_file_size() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | spill-placer.cc | 24 void SpillPlacer::Add(TopLevelLiveRange* range) { in Add() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | constant-pool.cc | 341 auto range = entries_.equal_range(iter->first); in EmitEntries() local 590 auto range = entries_.equal_range(iter->first); in EmitEntries() local [all...] |
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental-interpreter.cc | 452 RegExpInstruction::Uc16Range range = inst.payload.consume_range; in FlushBlockedThreads() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkMemUtil.cpp | 347 const VkMappedMemoryRange range = in flushMappedMemoryRange() local 361 const VkMappedMemoryRange range = in invalidateMappedMemoryRange() local
|
| /third_party/skia/src/gpu/ |
| H A D | SkGr.cpp | 352 make_dither_effect( GrRecordingContext* rContext, std::unique_ptr<GrFragmentProcessor> inputFP, float range, const GrCaps* caps) make_dither_effect() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | TextureGL.cpp | 213 MaybeError Texture::ClearTexture(const SubresourceRange& range, in ClearTexture() argument 522 EnsureSubresourceContentInitialized(const SubresourceRange& range) EnsureSubresourceContentInitialized() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-unicode.hh | 381 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp() local
|