HomeSort by relevance Sort by last modified time
    Searched refs:Const (Results 201 - 225 of 267) sorted by null

1 2 3 4 5 6 7 891011

  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 218 const GLfloat *current = (GLfloat *) vbo->currval[i].Ptr;
243 const GLint lastcount = exec->vtx.vert_count;
245 const GLuint old_vtx_size = exec->vtx.vertex_size; /* floats per vertex */
246 const GLuint oldSize = exec->vtx.attrsz[attr];
380 const GLfloat *id =
455 vbo_Materialfv(GLenum face, GLenum pname, const GLfloat *params)
510 if (*params < 0 || *params > ctx->Const.MaxShininess) {
513 *params, ctx->Const.MaxShininess);
628 static void GLAPIENTRY vbo_exec_EvalCoord1fv( const GLfloat *u )
633 static void GLAPIENTRY vbo_exec_EvalCoord2fv( const GLfloat *u
    [all...]
vbo_exec_array.c 47 check_buffers_are_unmapped(const struct gl_client_array **inputs)
88 const struct _mesa_prim *prim,
89 const struct _mesa_index_buffer *ib,
91 const GLuint count)
93 const GLboolean restart = ctx->Array.PrimitiveRestart;
94 const GLuint restartIndex = ctx->Array.RestartIndex;
95 const int index_size = vbo_sizeof_ib_type(ib->type);
96 const char *indices;
108 const GLuint *ui_indices = (const GLuint *)indices
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 152 const CXXMethodDecl *Method) {
157 const FunctionProtoType *Proto
213 for (const auto &E : Proto->exceptions())
420 static bool functionDeclHasDefaultArgument(const FunctionDecl *FD) {
422 const ParmVarDecl *PVD = FD->getParamDecl(NumParams-1);
631 const FunctionDecl *Def;
685 if (const ReferenceType *R = NewType->getAs<ReferenceType>()) {
688 } else if (const PointerType *P = NewType->getAs<PointerType>()) {
691 } else if (const MemberPointerType *M = NewType->getAs<MemberPointerType>()) {
765 const FunctionDecl *FD)
    [all...]
  /external/gmock/include/gmock/
gmock-spec-builders.h 151 const void* untyped_args,
152 const string& call_description) const = 0;
158 const void* untyped_action,
159 const void* untyped_args) const = 0;
165 const void* untyped_args,
166 ::std::ostream* os) const
175 virtual const ExpectationBase* UntypedFindMatchingExpectation(
176 const void* untyped_args
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 147 const void* untyped_args,
148 const string& call_description) const = 0;
154 const void* untyped_action,
155 const void* untyped_args) const = 0;
161 const void* untyped_args,
162 ::std::ostream* os) const
171 virtual const ExpectationBase* UntypedFindMatchingExpectation(
172 const void* untyped_args
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 34 const AMDGPUSubtarget &STI)
182 const MVT ScalarIntVTs[] = { MVT::i32, MVT::i64 };
198 MachineInstr * MI, MachineBasicBlock * BB) const {
202 const R600InstrInfo *TII =
203 static_cast<const R600InstrInfo *>(Subtarget->getInstrInfo());
587 SDValue R600TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
626 const SDValue Args[8] = {
667 const R600InstrInfo *TII =
668 static_cast<const R600InstrInfo *>(Subtarget->getInstrInfo());
868 SelectionDAG &DAG) const {
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 114 apply_implicit_conversion(const glsl_type *to, ir_rvalue * &from,
164 static const struct glsl_type *
169 const glsl_type *type_a = value_a->type;
170 const glsl_type *type_b = value_b->type;
299 const glsl_type *const type =
316 const glsl_type *const type =
335 const glsl_type *const type
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 236 i915BlendColor(struct gl_context * ctx, const GLfloat color[4])
450 i915PolygonStipple(struct gl_context * ctx, const GLubyte * mask)
453 const GLubyte *m;
468 mask = (const GLubyte *)ctx->PolygonStipple;
640 i915PointParameterfv(struct gl_context * ctx, GLenum pname, const GLfloat *params)
663 const GLbitfield64 inputsRead = p->FragProg.Base.InputsRead;
670 for (i = 0; i < ctx->Const.MaxTextureCoordUnits; i++) {
737 i915LightModelfv(struct gl_context * ctx, GLenum pname, const GLfloat * param)
772 i915Fogfv(struct gl_context * ctx, GLenum pname, const GLfloat * param)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 74 static GLuint get_depth_z32(const struct radeon_renderbuffer * rrb,
91 static GLuint get_depth_z16(const struct radeon_renderbuffer * rrb,
110 static GLuint get_depth_z32(const struct radeon_renderbuffer * rrb,
130 static GLuint get_depth_z16(const struct radeon_renderbuffer *rrb,
238 struct radeon_context *const rmesa = RADEON_CONTEXT(ctx);
418 struct radeon_context *const rmesa = RADEON_CONTEXT(ctx);
791 const GLuint name = ~0; /* not significant, but distinct for debugging */
920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
radeon_state_init.c 56 const char *name;
785 for ( i = 0 ; i < ctx->Const.MaxTextureUnits ; i++ ) {
    [all...]
  /external/opencv3/3rdparty/jinja2/
nodes.py 430 class Const(Literal):
443 """Return a const object if the value is representable as
679 def const(obj): function in function:Slice.as_const
683 return slice(const(self.start), const(self.stop), const(self.step))
898 EvalContextModifier(options=[Keyword('autoescape', Const(True))])
parser.py 548 node = nodes.Const(token.value in ('true', 'True'),
551 node = nodes.Const(None, lineno=token.lineno)
562 node = nodes.Const(''.join(buf), lineno=lineno)
565 node = nodes.Const(token.value, lineno=token.lineno)
698 arg = nodes.Const(attr_token.value, lineno=attr_token.lineno)
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 264 /* IRConsts are used within 'Const' and 'Exit' IRExprs. */
324 extern IRConst* deepCopyIRConst ( const IRConst* );
327 extern void ppIRConst ( const IRConst* );
330 extern Bool eqIRConst ( const IRConst*, const IRConst* );
353 const HChar* name;
360 extern IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr );
363 extern IRCallee* deepCopyIRCallee ( const IRCallee* );
366 extern void ppIRCallee ( const IRCallee* );
384 extern IRRegArray* deepCopyIRRegArray ( const IRRegArray* )
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 213 const VexGuestLayout* layout;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 102 st_src_reg(gl_register_file file, int index, const glsl_type *type)
318 st_src_reg get_temp(const glsl_type *type);
404 st_dst_reg dst, const st_src_reg &src);
440 fail_link(struct gl_shader_program *prog, const char *fmt, ...) PRINTFLIKE(2, 3);
443 fail_link(struct gl_shader_program *prog, const char *fmt, ...)
470 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
477 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
484 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
687 static const unsigned dot_opcodes[] = {
787 const st_src_reg &src
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c 77 static const UChar parity_table[256] = {
129 /* const */ UInt DATA_MASK \
133 /* const */ UInt SIGN_MASK = 1u << (__data_bits - 1); \
134 /* const */ UInt CC_DEP1 = cc_dep1_formal; \
135 /* const */ UInt CC_DEP2 = cc_dep2_formal; \
136 /* const */ UInt CC_NDEP = cc_ndep_formal; \
716 UInt LibVEX_GuestX86_get_eflags ( /*IN*/const VexGuestX86State* vex_state )
809 && e->Iex.Const.con->tag == Ico_U32
810 && e->Iex.Const.con->Ico.U32 == n );
813 IRExpr* guest_x86_spechelper ( const HChar* function_name
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
storage.c 65 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg )
95 void ML_(ppSym) ( Int idx, const DiSym* sym )
97 const HChar** sec_names = sym->sec_names;
118 void ML_(ppDiCfSI) ( const XArray* /* of CfiExpr */ exprs,
120 const DiCfSI_m* si_m )
244 const HChar* ML_(addStr) ( DebugInfo* di, const HChar* str, Int len )
261 const HChar* filename,
262 const HChar* dirname
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 88 explicit TypePrinter(const PrintingPolicy &Policy)
91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
95 static bool canPrefixQualifiers(const Type *T, bool &NeedARCStrongQualifier);
97 void printTypeSpec(const NamedDecl *D, raw_ostream &OS);
99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
107 void print##CLASS##Before(const CLASS##Type *T, raw_ostream &OS); \
108 void print##CLASS##After(const CLASS##Type *T, raw_ostream &OS);
115 if (TypeQuals & Qualifiers::Const) {
116 OS << "const";
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 41 static CXCursorKind GetCursorKind(const Attr *A) {
54 case attr::Const: return CXCursor_ConstAttr;
69 CXCursor cxcursor::MakeCXCursor(const Attr *A, const Decl *Parent,
76 CXCursor cxcursor::MakeCXCursor(const Decl *D, CXTranslationUnit TU,
105 CXCursor cxcursor::MakeCXCursor(const Stmt *S, const Decl *Parent,
468 if (const ImplicitParamDecl *IPD =
470 if (const ObjCMethodDecl *MD =
636 std::pair<const ObjCInterfaceDecl *, SourceLocation
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 88 static bool callHasFloatingPointArgument(const CallInst *CI) {
89 return std::any_of(CI->op_begin(), CI->op_end(), [](const Use &OI) {
96 static bool hasUnaryFloatFn(const TargetLibraryInfo *TLI, Type *Ty,
131 const DataLayout &DL = F->getParent()->getDataLayout();
788 *std::max_element(reinterpret_cast<const unsigned char *>(Str.begin()),
789 reinterpret_cast<const unsigned char *>(Str.end()));
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 66 const GLfloat temp0 = LERP(a, v00, v10);
67 const GLfloat temp1 = LERP(a, v01, v11);
81 const GLfloat temp00 = LERP(a, v000, v100);
82 const GLfloat temp10 = LERP(a, v010, v110);
83 const GLfloat temp01 = LERP(a, v001, v101);
84 const GLfloat temp11 = LERP(a, v011, v111);
85 const GLfloat temp0 = LERP(b, temp00, temp10);
86 const GLfloat temp1 = LERP(b, temp01, temp11);
95 lerp_rgba(GLfloat result[4], GLfloat t, const GLfloat a[4], const GLfloat b[4]
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 57 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
58 const PPCSubtarget &STI)
    [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 47 typedef void (GLAPIENTRY *array_func)( const void * );
50 const struct gl_client_array *array;
54 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data );
57 const struct gl_client_array *array;
89 static const int ColorFuncs[2][NUM_TYPES] = {
112 static const int VertexFuncs[3][NUM_TYPES] = {
145 static const int IndexFuncs[NUM_TYPES] = {
156 static const int NormalFuncs[NUM_TYPES] = {
179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v)
185 VertexAttrib1bvNV(GLuint index, const GLbyte *v
    [all...]
ffvertex_prog.c 130 const struct state_key *key,
151 const struct gl_fragment_program *fp;
306 const struct state_key *state;
325 static const struct ureg undef = {
555 static void debug_insn( struct prog_instruction *inst, const char *fn,
559 static const char *last_fn;
579 const char *fn,
655 const struct ureg *mat,
671 const struct ureg *mat,
693 const struct ureg *mat
    [all...]
mtypes.h     [all...]

Completed in 3446 milliseconds

1 2 3 4 5 6 7 891011