HomeSort by relevance Sort by last modified time
    Searched refs:v_position (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_meta_decompress.c 46 nir_variable *v_position; local
55 v_position = nir_variable_create(b.shader, nir_var_shader_out, vec4,
57 v_position->data.location = VARYING_SLOT_POS;
59 nir_copy_var(&b, v_position, a_position);
radv_meta_fast_clear.c 46 nir_variable *v_position; local
55 v_position = nir_variable_create(b.shader, nir_var_shader_out, vec4,
57 v_position->data.location = VARYING_SLOT_POS;
59 nir_copy_var(&b, v_position, a_position);
radv_meta_resolve.c 46 nir_variable *v_position; local
55 v_position = nir_variable_create(b.shader, nir_var_shader_out, vec4,
57 v_position->data.location = VARYING_SLOT_POS;
59 nir_copy_var(&b, v_position, a_position);

Completed in 113 milliseconds