HomeSort by: relevance | last modified time | path
    Searched refs:VkPipelineExecutableInternalRepresentationKHR (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.cpp 384 VkPipelineExecutableInternalRepresentationKHR ir[16];
389 VkPipelineExecutableInternalRepresentationKHR* requested_ir = nullptr;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline.c 3594 write_ir_text(VkPipelineExecutableInternalRepresentationKHR* ir,
3619 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations)
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_pipeline.c 3291 write_ir_text(VkPipelineExecutableInternalRepresentationKHR* ir,
3315 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations)
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline.c 6109 VkPipelineExecutableInternalRepresentationKHR *pInternalRepresentations)
6116 VkPipelineExecutableInternalRepresentationKHR *p = pInternalRepresentations;
6117 VkPipelineExecutableInternalRepresentationKHR *end =
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 7863 typedef struct VkPipelineExecutableInternalRepresentationKHR {
7871 } VkPipelineExecutableInternalRepresentationKHR;
7875 typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutableInternalRepresentationsKHR)(VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pInternalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
7894 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);

Completed in 32 milliseconds