Lines Matching refs:result
1119 nir_ssa_def *result, const struct rt_variables *vars,
1122 nir_ssa_def *dist = nir_channel(b, result, 0);
1123 nir_ssa_def *div = nir_channel(b, result, 1);
1176 nir_ssa_def *ij = nir_fdiv(b, nir_channels(b, result, 0xc), nir_vec(b, divs, 2));
1533 nir_ssa_def *result = intrinsic_result;
1534 if (!result) {
1537 result = intersect_ray_amd_software_box(device,
1543 nir_ssa_def *new_node = nir_channel(&b, result, i);
1559 nir_ssa_def *result = intrinsic_result;
1560 if (!result) {
1563 result = intersect_ray_amd_software_tri(device,
1567 insert_traversal_triangle_case(device, pCreateInfo, &b, result, &vars, &trav_vars, bvh_node);
1821 VkResult result;
1837 result = VK_ERROR_OUT_OF_HOST_MEMORY;
1867 result = radv_compute_pipeline_create(_device, _cache, &compute_info, pAllocator, hash,
1870 if (result == VK_PIPELINE_COMPILE_REQUIRED) {
1876 result = VK_ERROR_OUT_OF_HOST_MEMORY;
1883 result = radv_compute_pipeline_create(_device, _cache, &compute_info, pAllocator, hash,
1887 if (result != VK_SUCCESS)
1896 result = VK_ERROR_OUT_OF_HOST_MEMORY;
1929 if (result != VK_SUCCESS && pipeline)
1936 return result;
1945 VkResult result = VK_SUCCESS;
1953 result = r;
1964 return result;