Searched refs:pInfoSize (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_AMD_shader_info.adoc | 20 * pname:pInfoSize is a pointer to a value related to the amount of data 25 be retrieved about the shader, in bytes, is returned in pname:pInfoSize. 26 Otherwise, pname:pInfoSize must: point to a variable set by the user to the 30 If pname:pInfoSize is less than the maximum size that can: be retrieved by 31 the pipeline cache, then at most pname:pInfoSize bytes will be written to
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 2757 …ShaderStageFlagBits shaderStage, VkShaderInfoTypeAMD infoType, size_t * pInfoSize, void * pInfo ) … in vkGetShaderInfoAMD() argument 2759 return ::vkGetShaderInfoAMD( device, pipeline, shaderStage, infoType, pInfoSize, pInfo ); in vkGetShaderInfoAMD()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 11214 …, VkShaderStageFlagBits shaderStage, VkShaderInfoTypeAMD infoType, size_t* pInfoSize, void* pInfo); 11222 size_t* pInfoSize,
|