Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c7612 radv_copy_representation(void *data, size_t *data_size, const char *src) in radv_copy_representation() function
7650 if (radv_copy_representation(p->pData, &p->dataSize, shader->nir_string) != VK_SUCCESS) in radv_GetPipelineExecutableInternalRepresentationsKHR()
7665 if (radv_copy_representation(p->pData, &p->dataSize, shader->ir_string) != VK_SUCCESS) in radv_GetPipelineExecutableInternalRepresentationsKHR()
7675 if (radv_copy_representation(p->pData, &p->dataSize, shader->disasm_string) != VK_SUCCESS) in radv_GetPipelineExecutableInternalRepresentationsKHR()

Completed in 11 milliseconds