Home
last modified time | relevance | path

Searched refs:radv_copy_representation (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5790 static VkResult radv_copy_representation(void *data, size_t *data_size, const char *src) in radv_copy_representation() function
5825 if (radv_copy_representation(p->pData, &p->dataSize, shader->nir_string) != VK_SUCCESS) in radv_GetPipelineExecutableInternalRepresentationsKHR()
5840 if (radv_copy_representation(p->pData, &p->dataSize, shader->ir_string) != VK_SUCCESS) in radv_GetPipelineExecutableInternalRepresentationsKHR()
5850 if (radv_copy_representation(p->pData, &p->dataSize, shader->disasm_string) != VK_SUCCESS) in radv_GetPipelineExecutableInternalRepresentationsKHR()