Home
last modified time | relevance | path

Searched defs:lp_compute_shader_variant (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.h78 struct lp_compute_shader_variant struct
80 struct gallivm_state *gallivm;
82 LLVMTypeRef jit_cs_context_type;
83 LLVMTypeRef jit_cs_context_ptr_type;
84 LLVMTypeRef jit_cs_thread_data_type;
108 struct lp_compute_shader_variant_key key; argument