Searched refs:ftype (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c214 enum xa_surface_type ftype; local in function:vmwgfx_hw_composite_src_stage
219 ftype = xa_format_type(format);
220 if (ftype == xa_type_abgr) {
305 enum xa_surface_type ftype = xa_format_type(old_format); local in function:vmwgfx_hw_accel_stage
307 if (ftype != xa_type_argb &&
308 ftype != xa_type_a) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_xfb_info.c249 const struct glsl_type *ftype = glsl_get_struct_field(itype, f); local in function:nir_gather_xfb_info_with_varyings
251 location += glsl_count_attribute_slots(ftype, false);
257 &location, &offset, ftype, false);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_gather_xfb_info.c249 const struct glsl_type *ftype = glsl_get_struct_field(itype, f); local in function:nir_gather_xfb_info_with_varyings
251 location += glsl_count_attribute_slots(ftype, false);
257 &location, &offset, ftype, false);
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dxtypes.py566 ftype = FileDescriptor()
569 ftype = module.get_type(fkey)
570 type = ListType(child, ftype, *self.lenfield_parent)
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c415 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); local in function:ac_build_optimization_barrier
416 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, "", true, false);
421 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); local in function:ac_build_optimization_barrier
422 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
428 LLVMTypeRef ftype = LLVMFunctionType(ctx->i16, &ctx->i16, 1, false); local in function:ac_build_optimization_barrier
429 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
434 LLVMTypeRef ftype = LLVMFunctionType(type, &type, 1, false); local in function:ac_build_optimization_barrier
435 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
439 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); local in function:ac_build_optimization_barrier
440 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, cod
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1133 struct lp_type ftype; local in function:lp_build_minify
1135 ftype = lp_type_float_vec(32, bld->type.length * bld->type.width);
1136 lp_build_context_init(&fbld, bld->gallivm, ftype);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1270 struct lp_type ftype; local in function:lp_build_minify
1272 ftype = lp_type_float_vec(32, bld->type.length * bld->type.width);
1273 lp_build_context_init(&fbld, bld->gallivm, ftype);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c408 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); local in function:ac_build_optimization_barrier
409 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, "", true, false);
412 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); local in function:ac_build_optimization_barrier
413 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, "=v,0", true, false);

Completed in 21 milliseconds