HomeSort by: relevance | last modified time | path
    Searched defs:attrib_size (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c 3096 unsigned attrib_size = glsl_count_attribute_slots(var->type, false); local
3098 LLVMValueRef gather = LLVMGetUndef(LLVMVectorType(ctx->ac.f32, attrib_size));
3101 for (unsigned idx = 0; idx < attrib_size; ++idx) {

Completed in 36 milliseconds