Searched defs:lp_fragment_shader_variant (Results 1 – 1 of 1) sorted by relevance
81 struct lp_fragment_shader_variant struct83 struct lp_fragment_shader_variant_key key; argument85 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 …]