Home
last modified time | relevance | path

Searched refs:pName (Results 1 – 25 of 66) sorted by relevance

123

/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_icd.h48 …N_vkVoidFunction(VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char *pName);
53 …_vkVoidFunction (VKAPI_PTR *PFN_vk_icdGetInstanceProcAddr)(VkInstance instance, const char* pName);
54 …dFunction (VKAPI_PTR *PFN_vk_icdGetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
66 …TR PFN_vkVoidFunction VKAPI_CALL vk_icdGetInstanceProcAddr(VkInstance instance, const char* pName);
67 …_vkVoidFunction VKAPI_CALL vk_icdGetPhysicalDeviceProcAddr(VkInstance instance, const char* pName);
Dvk_layer.h30 …_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h48 …N_vkVoidFunction(VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char *pName);
53 …_vkVoidFunction (VKAPI_PTR *PFN_vk_icdGetInstanceProcAddr)(VkInstance instance, const char* pName);
54 …dFunction (VKAPI_PTR *PFN_vk_icdGetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
66 …TR PFN_vkVoidFunction VKAPI_CALL vk_icdGetInstanceProcAddr(VkInstance instance, const char* pName);
67 …_vkVoidFunction VKAPI_CALL vk_icdGetPhysicalDeviceProcAddr(VkInstance instance, const char* pName);
Dvk_layer.h30 …_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_wsi.cpp20 gfxstream_vk_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char* pName) { in gfxstream_vk_wsi_proc_addr() argument
22 return vk_instance_get_proc_addr_unchecked(&pdevice->instance->vk, pName); in gfxstream_vk_wsi_proc_addr()
Dgfxstream_vk_fuchsia.cpp24 typedef VkResult(VKAPI_PTR* PFN_vkOpenInNamespaceAddr)(const char* pName, uint32_t handle);
102 zx_handle_t LocalConnectToServiceFunction(const char* pName) { in LocalConnectToServiceFunction() argument
109 if ((status = g_vulkan_connector(pName, remote_endpoint.release())) != ZX_OK) { in LocalConnectToServiceFunction()
Dgfxstream_vk_device.cpp600 vk_icdGetInstanceProcAddr(VkInstance instance, const char* pName);
603 vk_icdGetInstanceProcAddr(VkInstance instance, const char* pName) { in vk_icdGetInstanceProcAddr() argument
604 return gfxstream_vk_GetInstanceProcAddr(instance, pName); in vk_icdGetInstanceProcAddr()
623 vk_icdGetPhysicalDeviceProcAddr(VkInstance _instance, const char* pName);
625 PFN_vkVoidFunction vk_icdGetPhysicalDeviceProcAddr(VkInstance _instance, const char* pName) { in vk_icdGetPhysicalDeviceProcAddr() argument
628 return vk_instance_get_physical_device_proc_addr(&instance->vk, pName); in vk_icdGetPhysicalDeviceProcAddr()
631 PFN_vkVoidFunction gfxstream_vk_GetInstanceProcAddr(VkInstance _instance, const char* pName) { in gfxstream_vk_GetInstanceProcAddr() argument
633 return vk_instance_get_proc_addr(&instance->vk, &gfxstream_vk_instance_entrypoints, pName); in gfxstream_vk_GetInstanceProcAddr()
636 PFN_vkVoidFunction gfxstream_vk_GetDeviceProcAddr(VkDevice _device, const char* pName) { in gfxstream_vk_GetDeviceProcAddr() argument
639 return vk_device_get_proc_addr(&device->vk, pName); in gfxstream_vk_GetDeviceProcAddr()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_object.adoc87 .pName = "main",
103 .pName = "main",
209 .pName = "main",
225 .pName = "main",
241 .pName = "main",
257 .pName = "main",
275 .pName = "main",
/hardware/google/gfxstream/guest/fuchsia/include/services/
Dservice_connector.h24 typedef zx_handle_t (*PFN_ConnectToServiceAddr)(const char *pName);
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline.c72 assert(strcmp(entrypoint->function->name, info->pName) == 0); in get_builtin_nir()
148 info->pName, subgroup_size, in vk_pipeline_shader_stage_to_nir()
218 _mesa_sha1_update(&ctx, info->pName, strlen(info->pName)); in vk_pipeline_hash_shader_stage()
Dvk_shader_module.c141 .pName = entrypoint_name, in vk_shader_module_to_nir()
Dvk_meta.c349 .pName = "main", in create_rect_list_pipeline()
362 .pName = "main", in create_rect_list_pipeline()
Dvk_device.c334 const char *pName) in vk_common_GetDeviceProcAddr() argument
337 return vk_device_get_proc_addr(device, pName); in vk_common_GetDeviceProcAddr()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp172 .pName = "main", in CanHandlePrecisionQualifierWithYuvSampler()
177 .pName = "main", in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h270 … (VKAPI_PTR *WSI_FN_GetPhysicalDeviceProcAddr)(VkPhysicalDevice physicalDevice, const char* pName);
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp159 .pName = "main"}, in TEST_F()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_object.adoc107 const char* pName;
337 .pName = "main",
353 .pName = "main",
442 .pName = "main",
458 .pName = "main",
474 .pName = "main",
504 .pName = "main",
525 .pName = "main",
546 .pName = "main",
619 .pName = "main",
DVK_AMDX_shader_enqueue.adoc95 const char* pName;
101 * `pName` allows applications to override the name specified in SPIR-V by *OpEntryPoint*.
103 If `pName` is `NULL` then the original name is used, as specified by `VkPipelineShaderStageCreateIn…
105 If this structure is not provided, `pName` defaults to `NULL`, and `index` defaults to `VK_SHADER_I…
229 When used with this function, `pNodeInfo->pName` must not be `NULL`.
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp211 .pName = "main"}, in initialize()
/hardware/qcom/sm7250/media/mm-core/inc/
DOMX_Core.h265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */ member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Core.h265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */ member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Core.h265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */ member
/hardware/qcom/sm8150/media/mm-core/inc/
DOMX_Core.h265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */ member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Core.h265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */ member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Core.h265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */ member

123