/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 129 bool isZeroLen (UseModuleCase usage) in isZeroLen() argument 133 switch (usage) in isZeroLen() 147 bool expectCacheMiss (UseModuleCase usage) in expectCacheMiss() argument 151 switch (usage) in expectCacheMiss() 1997 (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), // VkImageUsageFlags usage; in iterate() 3176 (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), // VkImageUsageFlags usage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1521 // Now create the resources with the usage associated to the in WaitBeforeSignalTestInstance() 1525 deUint32 usage = m_iterations[opIdx]->opSupport->getOutResourceUsageFlags() | m_iterations[opIdx + 1]->opSupport->getInResourceUsageFlags(); in WaitBeforeSignalTestInstance() local 1527 m_resources.push_back(makeSharedPtr(new Resource(m_opContext, resourceDesc, usage))); in WaitBeforeSignalTestInstance() 1973 // Now create the resources with the usage associated to the in OneToNTestInstance() 1986 deUint32 usage = m_copyIterations[copyOpIdx]->opSupport->getOutResourceUsageFlags() | in OneToNTestInstance() local 1989 m_copyResources.push_back(makeSharedPtr(new Resource(m_opContext, resourceDesc, usage))); in OneToNTestInstance()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2717 /* Compute the total heap size, internal and system usage. */ in radv_get_memory_budget_properties() 3070 .usage = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, in radv_device_init_vrs_state() 3085 .usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, in radv_device_init_vrs_state() 5703 VkBufferCreateFlags flags, VkBufferCreateFlags usage, in radv_get_buffer_memory_requirements() 5710 /* Allow 32-bit address-space for DGC usage, as this buffer will contain in radv_get_buffer_memory_requirements() 5714 * We only allow it with this usage set, to "protect" the 32-bit address space in radv_get_buffer_memory_requirements() 5719 if ((usage & VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT) && device->uses_device_generated_commands) in radv_get_buffer_memory_requirements() 5732 if (usage & VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR) in radv_get_buffer_memory_requirements() 5762 buffer->vk.usage, pMemoryRequirements); in radv_GetBufferMemoryRequirements2() 5773 pInfo->pCreateInfo->usage, pMemoryRequirement in radv_GetDeviceBufferMemoryRequirements() 5702 radv_get_buffer_memory_requirements(struct radv_device *device, VkDeviceSize size, VkBufferCreateFlags flags, VkBufferCreateFlags usage, VkMemoryRequirements2 *pMemoryRequirements) radv_get_buffer_memory_requirements() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 310 VkImageCreateInfo makeImageCreateInfo (const VkImageCreateFlags flags, const VkImageType type, const VkFormat format, const VkExtent2D size, const deUint32 numLayers, const VkImageUsageFlags usage) in makeImageCreateInfo() argument 325 usage, // VkImageUsageFlags usage; in makeImageCreateInfo() 766 bufferUsageFlags2.usage = (VkBufferUsageFlagBits2KHR)tfBufCreateInfo.usage; in iterate() 768 tfBufCreateInfo.usage = 0; in iterate() 784 bufferUsageFlags2.usage = (VkBufferUsageFlagBits2KHR)tfcBufCreateInfo.usage; in iterate() 786 tfcBufCreateInfo.usage = 0; in iterate() 2322 VK_BUFFER_USAGE_TRANSFER_DST_BIT, // VkBufferUsageFlags usage; [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2064 VkBufferUsageFlags usage; member 2091 VkImageUsageFlags usage; member 2624 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties); 2775 VkImageUsageFlags usage, 3784 VkImageUsageFlags usage; member 3822 VkImageUsageFlags usage; member 3957 VkBufferUsageFlags usage; member 4691 VkImageUsageFlags usage; member
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | namei.c | 191 atomic_inc(&xobject->usage); in cachefiles_mark_object_active()
|
H A D | rdwr.c | 52 /* We need to temporarily bump the usage count as we don't own a ref in cachefiles_read_waiter() 702 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-alps.c | 777 struct hid_usage *usage, unsigned long **bit, int *max) in alps_input_mapping() 775 alps_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) alps_input_mapping() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-m2m.c | 318 frame->usage = V4L2_TYPE_IS_OUTPUT(f->type) ? in mdp_m2m_s_fmt_mplane()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-alps.c | 777 struct hid_usage *usage, unsigned long **bit, int *max) in alps_input_mapping() 775 alps_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) alps_input_mapping() argument
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | feature.c | 1150 * We do not use libcap so let's approximate, and restrict usage to in handle_perms() 1275 usage(); in do_list_builtins()
|
H A D | net.c | 851 usage(); in do_show()
|
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 461 requestConfig_.usage = static_cast<int32_t>(BufferAdapter::CameraUsageToGrallocUsage(usage_));
|
/test/xts/hats/hdf/codec/hdi_image/ |
H A D | codec_hdi_jpeg_test.cpp | 48 .usage = HBM_USE_CPU_READ | HBM_USE_CPU_WRITE | HBM_USE_MEM_DMA, in InitOutBuffer()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libplacebo.c | 556 vkfc->usage |= VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in libplacebo_config_output()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 58 For a detailed description of the IA-64 register usage convention,
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | mixer.c | 356 res_tmpl.usage = PIPE_USAGE_DEFAULT; in vlVdpVideoMixerRender()
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 337 parser.usage = '%prog [options] [tests]' 435 "setting this option indicates manual usage.") 438 "setting this option indicates manual usage.") 658 instances (see NumFuzzer for usage)."""
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 336 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | profile.js | 61 await t.rejects(profile.exec([]), await profile.usage) 259 'should throw proper usage message' 268 'should throw proper usage message' 491 'should throw usage error'
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 795 templ.usage = PIPE_USAGE_DEFAULT; in r300_msaa_resolve()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 596 /// An opaque type that we just don't understand. All usage of this shoulf
|
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 12 ;; Rights for redistribution and usage in source and binary forms are
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 239 createInfo.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT in buildImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 968 instance, physicalDevice, imageInfo.format, imageInfo.imageType, imageInfo.samples, imageInfo.usage, imageInfo.tiling);
|