Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.h81 struct lp_fragment_shader_variant struct
83 struct lp_fragment_shader_variant_key key; argument
85 boolean opaque;
87 struct gallivm_state *gallivm;
89 LLVMTypeRef jit_context_ptr_type;
90 LLVMTypeRef jit_thread_data_ptr_type;
91 LLVMTypeRef jit_linear_context_ptr_type;
93 LLVMValueRef function[2];
95 lp_jit_frag_func jit_function[2];
98 unsigned nr_instrs;
[all …]