Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.h162 struct lp_fragment_shader_variant struct
167 unsigned potentially_opaque:1;
169 unsigned opaque:1;
170 unsigned blit:1;
171 unsigned linear_input_mask:16;
172 struct pipe_reference reference;
174 struct gallivm_state *gallivm;
176 LLVMTypeRef jit_context_ptr_type;
177 LLVMTypeRef jit_thread_data_ptr_type;
178 LLVMTypeRef jit_linear_context_ptr_type;
[all …]