Searched refs:vrs_rates (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c110 nir_ssa_def *vrs_rates = nir_ior(&b, nir_ishl(&b, y_rate, nir_imm_int(&b, 10)), local in function:build_copy_vrs_htile_shader
134 nir_ssa_def *output_value = nir_ior(&b, nir_load_var(&b, htile_value), vrs_rates);
H A Dradv_device.c3169 const char *vrs_rates = getenv("RADV_FORCE_VRS"); local in function:radv_CreateDevice
3173 else if (!strcmp(vrs_rates, "2x2"))
3175 else if (!strcmp(vrs_rates, "2x1"))
3177 else if (!strcmp(vrs_rates, "1x2"))

Completed in 11 milliseconds