Home | History | Annotate | Download | only in draw

Lines Matching refs:texture_type

73    LLVMTypeRef texture_type;
94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types,
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type);
103 LLVMInvalidateStructLayout(gallivm->target, texture_type);
107 target, texture_type,
110 target, texture_type,
113 target, texture_type,
116 target, texture_type,
119 target, texture_type,
122 target, texture_type,
125 target, texture_type,
128 target, texture_type,
131 target, texture_type,
134 target, texture_type,
137 target, texture_type,
140 target, texture_type,
143 LP_CHECK_STRUCT_SIZE(struct draw_jit_texture, target, texture_type);
145 return texture_type;
154 LLVMTypeRef texture_type, const char *struct_name)
166 elem_types[4] = LLVMArrayType(texture_type,
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type;
292 texture_type = create_jit_texture_type(gallivm, "texture");
294 context_type = create_jit_context_type(gallivm, texture_type, "draw_jit_context");