Home
last modified time | relevance | path

Searched refs:vue_header_bits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compile_fs.cpp814 uint64_t vue_header_bits = in calculate_urb_setup() local
822 if (inputs_read & vue_header_bits) { in calculate_urb_setup()
823 unique_fs_attrs &= ~vue_header_bits; in calculate_urb_setup()
839 if (inputs_read & vue_header_bits) { in calculate_urb_setup()
851 if (inputs_read & BRW_FS_VARYING_INPUT_MASK & ~vue_header_bits & in calculate_urb_setup()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.cpp1371 uint64_t vue_header_bits = in calculate_urb_setup() local
1379 if (inputs_read & vue_header_bits) { in calculate_urb_setup()
1380 unique_fs_attrs &= ~vue_header_bits; in calculate_urb_setup()
1396 if (inputs_read & vue_header_bits) { in calculate_urb_setup()
1408 if (inputs_read & ELK_FS_VARYING_INPUT_MASK & ~vue_header_bits & in calculate_urb_setup()