Searched refs:temp_type (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatchMesh.cc264 GLenum *temp_type = (GLenum*) malloc(sizeof(GLenum) * (bpm->size_length_array*2 + 1)); local in function:bezierPatchMeshEndStrip
265 assert(temp_type);
273 temp_type[i] = bpm->type_array[i];
282 bpm->type_array = temp_type;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp981 const glsl_type *temp_type = type_sz(inst->src[i].type) == 8 ? local in function:brw::vec4_visitor::move_push_constants_to_pull_constants
983 dst_reg temp = dst_reg(this, temp_type);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp986 const glsl_type *temp_type = type_sz(inst->src[i].type) == 8 ? local in function:brw::vec4_visitor::move_push_constants_to_pull_constants
988 dst_reg temp = dst_reg(this, temp_type);

Completed in 9 milliseconds