Searched refs:force_vrs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h92 uint8_t force_vrs; member in struct:radv_pipeline_key::__anonc0b8b2d60308
H A Dradv_shader_info.c662 outinfo->writes_primitive_shading_rate || device->force_vrs != RADV_FORCE_VRS_NONE;
H A Dradv_pipeline.c2708 key.ps.force_vrs = pipeline->device->force_vrs;
4417 outinfo->writes_primitive_shading_rate || pipeline->device->force_vrs != RADV_FORCE_VRS_NONE;
4530 outinfo->writes_primitive_shading_rate || pipeline->device->force_vrs != RADV_FORCE_VRS_NONE;
5307 } else if (pipeline->device->force_vrs != RADV_FORCE_VRS_NONE) {
H A Dradv_device.c3174 device->force_vrs = RADV_FORCE_VRS_2x2;
3176 device->force_vrs = RADV_FORCE_VRS_2x1;
3178 device->force_vrs = RADV_FORCE_VRS_1x2;
3186 device->force_vrs != RADV_FORCE_VRS_NONE) &&
H A Dradv_private.h828 enum radv_force_vrs force_vrs; member in struct:radv_device
H A Dradv_shader.c1770 switch (options->key.ps.force_vrs) {

Completed in 47 milliseconds