Searched refs:temp_type (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ | ||
| H A D | bezierPatchMesh.cc | 264 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 D | brw_vec4.cpp | 981 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 D | brw_vec4.cpp | 986 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