/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkYCbCrImageWithMemory.cpp | 49 const VkMemoryRequirements reqs = getImageMemoryRequirements(vk, device, *m_image); in YCbCrImageWithMemory() local
|
H A D | vkMemUtil.cpp | 436 const VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vkd, device, image, planeAspect); in bindImagePlanesMemory() local
|
H A D | vkQueryUtil.cpp | 391 VkMemoryRequirements2 reqs; in getImagePlaneMemoryRequirements() local
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | EngineOpenSLES.cpp | 83 const SLboolean reqs[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in createAudioPlayer() local 95 const SLboolean reqs[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in createAudioRecorder() local
|
/third_party/libuv/test/ |
H A D | benchmark-fs-stat.c | 47 uv_fs_t reqs[MAX_CONCURRENT_REQS]; in warmup() local 95 struct async_req reqs[MAX_CONCURRENT_REQS]; in async_bench() local
|
H A D | test-watcher-cross-stop.c | 36 static uv_udp_send_t reqs[ARRAY_SIZE(sockets)]; variable
|
H A D | test-threadpool-cancel.c | 38 void* reqs; member 201 uv_getaddrinfo_t reqs[4]; in TEST_IMPL() local 234 uv_getnameinfo_t reqs[ in TEST_IMPL() local 294 uv_work_t reqs[16]; TEST_IMPL() local 318 uv_fs_t reqs[26]; TEST_IMPL() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 113 vk::VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vkd, device, srcImage.get(), planeAspect); in imageOffsetTest() local
|
H A D | vktYCbCrUtil.cpp | 366 const VkMemoryRequirements reqs = getImageMemoryRequirements(vkd, device, image); in allocateAndBindImageMemory() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 113 vk::VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vkd, device, srcImage.get(), planeAspect); in imageOffsetTest() local
|
H A D | vktYCbCrUtil.cpp | 366 const VkMemoryRequirements reqs = getImageMemoryRequirements(vkd, device, image); in allocateAndBindImageMemory() local
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu.c | 202 MppReqV1 reqs[3]; in VPUClientSendReg() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.cpp | 123 auto reqs = getBufferMemoryRequirements(m_devctx->getDeviceDriver(), m_devctx->device, m_bitstreamBuffer->get()); in GetSizeAlignment() local
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 413 VkMemoryRequirements2 reqs = { in vk_common_GetBufferMemoryRequirements() local 450 VkMemoryRequirements2 reqs = { in vk_common_GetImageMemoryRequirements() local
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_drm.c | 469 VkMemoryRequirements reqs; in wsi_create_native_image_mem() local
|
H A D | wsi_common.c | 1593 VkMemoryRequirements reqs; in wsi_create_cpu_linear_image_mem() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 461 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, in OSSL_CRMF_MSGS_verify_popo() argument
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_server.c | 192 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request() local
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_server.c | 192 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request() local
|
/third_party/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 461 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, in OSSL_CRMF_MSGS_verify_popo() argument
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 609 panfrost_batch_submit_ioctl(struct panfrost_batch *batch, mali_ptr first_job_desc, uint32_t reqs, uint32_t in_sync, uint32_t out_sync) panfrost_batch_submit_ioctl() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.h | 54 VkMemoryRequirements reqs; member
|
H A D | zink_resource.c | 558 VkMemoryRequirements reqs = {0}; in resource_object_create() local [all...] |
/third_party/openssl/test/ |
H A D | cmp_vfy_test.c | 105 const OSSL_CRMF_MSGS *reqs = fixture->msg->body->value.ir; in execute_verify_popo_test() local
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 4466 let mut reqs = ChildGraph::with_capacity(5); variables [all...] |