Home
last modified time | relevance | path

Searched refs:MAX_SAMPLER_MESSAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir.h32 #define MAX_SAMPLER_MESSAGE_SIZE 11 macro
Dbrw_lower_logical_sends.cpp667 assert(inst->mlen <= MAX_SAMPLER_MESSAGE_SIZE); in lower_sampler_logical_send_gfx5()
808 fs_reg sources[MAX_SAMPLER_MESSAGE_SIZE]; in lower_sampler_logical_send_gfx7()
1184 assert(inst->mlen <= MAX_SAMPLER_MESSAGE_SIZE); in lower_sampler_logical_send_gfx7()
Dbrw_fs.cpp4798 num_payload_components > MAX_SAMPLER_MESSAGE_SIZE / 2 ? 8 : 16); in get_sampler_lowered_simd_width()