Searched defs:lp_fragment_shader_variant (Results 1 – 1 of 1) sorted by relevance
96 struct lp_fragment_shader_variant struct98 struct lp_fragment_shader_variant_key key; argument100 boolean opaque;101 uint8_t ps_inv_multiplier;103 struct gallivm_state *gallivm;105 LLVMTypeRef jit_context_ptr_type;106 LLVMTypeRef jit_thread_data_ptr_type;107 LLVMTypeRef jit_linear_context_ptr_type;109 LLVMValueRef function[2];111 lp_jit_frag_func jit_function[2];[all …]