Searched refs:executableIndex (Results 1 – 7 of 7) sorted by relevance
8919 * pname:executableIndex is the index of the pipeline executable to query8925 * [[VUID-VkPipelineExecutableInfoKHR-executableIndex-03275]]8926 pname:executableIndex must: be less than the number of pipeline
11351 vkStream->write((uint32_t*)&forMarshaling->executableIndex, sizeof(uint32_t)); in marshal_VkPipelineExecutableInfoKHR()11366 vkStream->read((uint32_t*)&forUnmarshaling->executableIndex, sizeof(uint32_t)); in unmarshal_VkPipelineExecutableInfoKHR()
7662 memcpy(*ptr, (uint32_t*)&forMarshaling->executableIndex, sizeof(uint32_t)); in reservedmarshal_VkPipelineExecutableInfoKHR()
14562 vkStream->write((uint32_t*)&forMarshaling->executableIndex, sizeof(uint32_t)); in marshal_VkPipelineExecutableInfoKHR()14589 vkStream->read((uint32_t*)&forUnmarshaling->executableIndex, sizeof(uint32_t)); in unmarshal_VkPipelineExecutableInfoKHR()
11230 memcpy((uint32_t*)&forUnmarshaling->executableIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPipelineExecutableInfoKHR()
9991 uint32_t executableIndex; member
11072 VULKAN_HPP_HASH_COMBINE( seed, pipelineExecutableInfoKHR.executableIndex ); in operator ()()