Searched defs:_RENDERHAL_KERNEL_PARAM (Results 1 – 1 of 1) sorted by relevance
725 typedef struct _RENDERHAL_KERNEL_PARAM struct727 … int32_t GRF_Count; // Number of registers728 …int32_t BT_Count; // Number of BT entries729 … int32_t Sampler_Count; // Number of samplers730 …32_t Thread_Count; // Number of threads (max)731 int32_t GRF_Start_Register; // Start register732 … CURBE_Length; // Constant URB length (in 256-bits)733 int32_t block_width; // Block width734 int32_t block_height; // Block height735 int32_t blocks_x; // Blocks in x[all …]