Lines Matching refs:result
80 /* Whether the final result in Z/S buffers is guaranteed to be
956 * well as the final stencil buffer result does not depend on the order
4598 VkResult result = VK_SUCCESS;
4646 result = VK_SUCCESS;
4653 result = VK_PIPELINE_COMPILE_REQUIRED;
5010 return result;
6920 VkResult result;
6950 result = radv_create_shaders(&pipeline->base, pipeline_layout, device, cache, &key, pCreateInfo->pStages,
6953 if (result != VK_SUCCESS)
6954 return result;
7043 return result;
7056 VkResult result;
7065 result = radv_graphics_pipeline_init(pipeline, device, cache, pCreateInfo, extra);
7066 if (result != VK_SUCCESS) {
7068 return result;
7145 VkResult result = VK_SUCCESS;
7153 result = r;
7164 return result;
7260 VkResult result;
7280 result = radv_create_shaders(&pipeline->base, pipeline_layout, device, cache, &key, &pCreateInfo->stage,
7284 if (result != VK_SUCCESS) {
7286 return result;
7316 VkResult result = VK_SUCCESS;
7324 result = r;
7335 return result;
7487 VkResult result = *pExecutableCount < total_count ? VK_INCOMPLETE : VK_SUCCESS;
7489 return result;
7512 VkResult result = VK_SUCCESS;
7603 result = VK_INCOMPLETE;
7608 return result;
7644 VkResult result = VK_SUCCESS;
7651 result = VK_INCOMPLETE;
7666 result = VK_INCOMPLETE;
7676 result = VK_INCOMPLETE;
7683 result = VK_INCOMPLETE;
7689 return result;