Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 25 of 5560) sorted by relevance

12345678910>>...223

/external/llvm/unittests/IR/
DTypeBuilderTest.cpp19 LLVMContext Context; in TEST() local
20 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, true>::get(Context))); in TEST()
21 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, false>::get(Context))); in TEST()
23 EXPECT_EQ(Type::getInt8PtrTy(Context), in TEST()
24 (TypeBuilder<void *, false>::get(Context))); in TEST()
25 EXPECT_EQ(Type::getInt8PtrTy(Context), in TEST()
26 (TypeBuilder<const void *, false>::get(Context))); in TEST()
27 EXPECT_EQ(Type::getInt8PtrTy(Context), in TEST()
28 (TypeBuilder<volatile void *, false>::get(Context))); in TEST()
29 EXPECT_EQ(Type::getInt8PtrTy(Context), in TEST()
[all …]
/external/llvm-project/llvm/lib/Support/
DZ3Solver.cpp43 void Z3ErrorHandler(Z3_context Context, Z3_error_code Error) { in Z3ErrorHandler() argument
45 llvm::Twine(Z3_get_error_msg(Context, Error))); in Z3ErrorHandler()
51 Z3_context Context; member in __anon90b5489b0111::Z3Context
54 Context = Z3_mk_context_rc(Z3Config().Config); in Z3Context()
57 Z3_set_error_handler(Context, Z3ErrorHandler); in Z3Context()
61 Z3_del_context(Context); in ~Z3Context()
62 Context = nullptr; in ~Z3Context()
70 Z3Context &Context; member in __anon90b5489b0111::Z3Sort
76 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort()
77 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in Z3Sort()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp42 void Z3ErrorHandler(Z3_context Context, Z3_error_code Error) { in Z3ErrorHandler() argument
44 llvm::Twine(Z3_get_error_msg(Context, Error))); in Z3ErrorHandler()
50 Z3_context Context; member in __anon2fdbe40f0111::Z3Context
53 Context = Z3_mk_context_rc(Z3Config().Config); in Z3Context()
56 Z3_set_error_handler(Context, Z3ErrorHandler); in Z3Context()
60 Z3_del_context(Context); in ~Z3Context()
61 Context = nullptr; in ~Z3Context()
69 Z3Context &Context; member in __anon2fdbe40f0111::Z3Sort
75 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort()
76 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in Z3Sort()
[all …]
/external/angle/src/libANGLE/
DvalidationGL1.cpp14 bool ValidateAccum(const Context *, GLenum op, GLfloat value) in ValidateAccum() argument
19 bool ValidateBegin(const Context *, GLenum mode) in ValidateBegin() argument
24 bool ValidateBitmap(const Context *, in ValidateBitmap() argument
36 bool ValidateCallList(const Context *, GLuint list) in ValidateCallList() argument
41 bool ValidateCallLists(const Context *, GLsizei n, GLenum type, const void *lists) in ValidateCallLists() argument
46 bool ValidateClearAccum(const Context *, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ValidateClearAccum() argument
51 bool ValidateClearDepth(const Context *, GLdouble depth) in ValidateClearDepth() argument
56 bool ValidateClearIndex(const Context *, GLfloat c) in ValidateClearIndex() argument
61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane() argument
66 bool ValidateColor3b(const Context *, GLbyte red, GLbyte green, GLbyte blue) in ValidateColor3b() argument
[all …]
DvalidationGL1_autogen.h18 class Context; variable
21 bool ValidateAccum(const Context *context, GLenum op, GLfloat value);
22 bool ValidateBegin(const Context *context, GLenum mode);
23 bool ValidateBitmap(const Context *context,
31 bool ValidateCallList(const Context *context, GLuint list);
32 bool ValidateCallLists(const Context *context, GLsizei n, GLenum type, const void *lists);
33 bool ValidateClearAccum(const Context *context,
38 bool ValidateClearDepth(const Context *context, GLdouble depth);
39 bool ValidateClearIndex(const Context *context, GLfloat c);
40 bool ValidateClipPlane(const Context *context, GLenum plane, const GLdouble *equation);
[all …]
DContext_gl.cpp16 void Context::compressedTexImage1D(GLenum target, in compressedTexImage1D()
27 void Context::compressedTexSubImage1D(GLenum target, in compressedTexSubImage1D()
38 void Context::getCompressedTexImage(GLenum target, GLint level, void *img) in getCompressedTexImage()
43 void Context::loadTransposeMatrixd(const GLdouble *m) in loadTransposeMatrixd()
48 void Context::loadTransposeMatrixf(const GLfloat *m) in loadTransposeMatrixf()
53 void Context::multTransposeMatrixd(const GLdouble *m) in multTransposeMatrixd()
58 void Context::multTransposeMatrixf(const GLfloat *m) in multTransposeMatrixf()
63 void Context::multiTexCoord1d(GLenum target, GLdouble s) in multiTexCoord1d()
68 void Context::multiTexCoord1dv(GLenum target, const GLdouble *v) in multiTexCoord1dv()
73 void Context::multiTexCoord1f(GLenum target, GLfloat s) in multiTexCoord1f()
[all …]
DvalidationES2_autogen.h18 class Context; variable
20 bool ValidateActiveTexture(const Context *context, GLenum texture);
21 bool ValidateAttachShader(const Context *context,
24 bool ValidateBindAttribLocation(const Context *context,
28 bool ValidateBindBuffer(const Context *context, BufferBinding targetPacked, BufferID bufferPacked);
29 bool ValidateBindFramebuffer(const Context *context,
32 bool ValidateBindRenderbuffer(const Context *context,
35 bool ValidateBindTexture(const Context *context, TextureType targetPacked, TextureID texturePacked);
36 bool ValidateBlendColor(const Context *context,
41 bool ValidateBlendEquation(const Context *context, GLenum mode);
[all …]
DvalidationES1_autogen.h18 class Context; variable
20 bool ValidateAlphaFunc(const Context *context, AlphaTestFunc funcPacked, GLfloat ref);
21 bool ValidateAlphaFuncx(const Context *context, AlphaTestFunc funcPacked, GLfixed ref);
22 bool ValidateClearColorx(const Context *context,
27 bool ValidateClearDepthx(const Context *context, GLfixed depth);
28 bool ValidateClientActiveTexture(const Context *context, GLenum texture);
29 bool ValidateClipPlanef(const Context *context, GLenum p, const GLfloat *eqn);
30 bool ValidateClipPlanex(const Context *context, GLenum plane, const GLfixed *equation);
31 bool ValidateColor4f(const Context *context,
36 bool ValidateColor4ub(const Context *context,
[all …]
DvalidationGL3_autogen.h18 class Context; variable
21 bool ValidateBeginConditionalRender(const Context *context, GLuint id, GLenum mode);
22 bool ValidateBindFragDataLocation(const Context *context,
26 bool ValidateClampColor(const Context *context, GLenum target, GLenum clamp);
27 bool ValidateEndConditionalRender(const Context *context);
28 bool ValidateFramebufferTexture1D(const Context *context,
34 bool ValidateFramebufferTexture3D(const Context *context,
41 bool ValidateVertexAttribI1i(const Context *context, GLuint index, GLint x);
42 bool ValidateVertexAttribI1iv(const Context *context, GLuint index, const GLint *v);
43 bool ValidateVertexAttribI1ui(const Context *context, GLuint index, GLuint x);
[all …]
DvalidationES3_autogen.h18 class Context; variable
20 bool ValidateBeginQuery(const Context *context, QueryType targetPacked, QueryID idPacked);
21 bool ValidateBeginTransformFeedback(const Context *context, PrimitiveMode primitiveModePacked);
22 bool ValidateBindBufferBase(const Context *context,
26 bool ValidateBindBufferRange(const Context *context,
32 bool ValidateBindSampler(const Context *context, GLuint unit, SamplerID samplerPacked);
33 bool ValidateBindTransformFeedback(const Context *context,
36 bool ValidateBindVertexArray(const Context *context, VertexArrayID arrayPacked);
37 bool ValidateBlitFramebuffer(const Context *context,
48 bool ValidateClearBufferfi(const Context *context,
[all …]
DvalidationGL4_autogen.h18 class Context; variable
21 bool ValidateBeginQueryIndexed(const Context *context,
25 bool ValidateDrawTransformFeedback(const Context *context,
28 bool ValidateDrawTransformFeedbackStream(const Context *context,
32 bool ValidateEndQueryIndexed(const Context *context, GLenum target, GLuint index);
33 bool ValidateGetActiveSubroutineName(const Context *context,
40 bool ValidateGetActiveSubroutineUniformName(const Context *context,
47 bool ValidateGetActiveSubroutineUniformiv(const Context *context,
53 bool ValidateGetProgramStageiv(const Context *context,
58 bool ValidateGetQueryIndexediv(const Context *context,
[all …]
DvalidationGL3.cpp13 bool ValidateBeginConditionalRender(const Context *context, GLuint id, GLenum mode) in ValidateBeginConditionalRender()
18 bool ValidateBindFragDataLocation(const Context *context, in ValidateBindFragDataLocation()
26 bool ValidateClampColor(const Context *context, GLenum target, GLenum clamp) in ValidateClampColor()
31 bool ValidateEndConditionalRender(const Context *context) in ValidateEndConditionalRender()
36 bool ValidateFramebufferTexture1D(const Context *context, in ValidateFramebufferTexture1D()
46 bool ValidateFramebufferTexture3D(const Context *context, in ValidateFramebufferTexture3D()
57 bool ValidateVertexAttribI1i(const Context *context, GLuint index, GLint x) in ValidateVertexAttribI1i()
62 bool ValidateVertexAttribI1iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI1iv()
67 bool ValidateVertexAttribI1ui(const Context *context, GLuint index, GLuint x) in ValidateVertexAttribI1ui()
72 bool ValidateVertexAttribI1uiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttribI1uiv()
[all …]
DvalidationGL4.cpp14 bool ValidateBeginQueryIndexed(const Context *context, GLenum target, GLuint index, QueryID id) in ValidateBeginQueryIndexed()
19 bool ValidateDrawTransformFeedback(const Context *context, GLenum mode, TransformFeedbackID id) in ValidateDrawTransformFeedback()
24 bool ValidateDrawTransformFeedbackStream(const Context *context, in ValidateDrawTransformFeedbackStream()
32 bool ValidateEndQueryIndexed(const Context *context, GLenum target, GLuint index) in ValidateEndQueryIndexed()
37 bool ValidateGetActiveSubroutineName(const Context *context, in ValidateGetActiveSubroutineName()
48 bool ValidateGetActiveSubroutineUniformName(const Context *context, in ValidateGetActiveSubroutineUniformName()
59 bool ValidateGetActiveSubroutineUniformiv(const Context *context, in ValidateGetActiveSubroutineUniformiv()
69 bool ValidateGetProgramStageiv(const Context *context, in ValidateGetProgramStageiv()
78 bool ValidateGetQueryIndexediv(const Context *context, in ValidateGetQueryIndexediv()
87 bool ValidateGetSubroutineIndex(const Context *context, in ValidateGetSubroutineIndex()
[all …]
DvalidationGL14_autogen.h18 class Context; variable
20 bool ValidateFogCoordPointer(const Context *context,
24 bool ValidateFogCoordd(const Context *context, GLdouble coord);
25 bool ValidateFogCoorddv(const Context *context, const GLdouble *coord);
26 bool ValidateFogCoordf(const Context *context, GLfloat coord);
27 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord);
28 bool ValidateMultiDrawArrays(const Context *context,
33 bool ValidateMultiDrawElements(const Context *context,
39 bool ValidatePointParameteri(const Context *context, GLenum pname, GLint param);
40 bool ValidatePointParameteriv(const Context *context, GLenum pname, const GLint *params);
[all …]
DvalidationESEXT_autogen.h18 class Context; variable
21 bool ValidateDrawArraysInstancedBaseInstanceANGLE(const Context *context,
27 bool ValidateDrawElementsInstancedBaseVertexBaseInstanceANGLE(const Context *context,
35 bool ValidateMultiDrawArraysInstancedBaseInstanceANGLE(const Context *context,
42 bool ValidateMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE(const Context *context,
53 bool ValidateCopyTexture3DANGLE(const Context *context,
64 bool ValidateCopySubTexture3DANGLE(const Context *context,
84 bool ValidateBlitFramebufferANGLE(const Context *context,
97 bool ValidateRenderbufferStorageMultisampleANGLE(const Context *context,
105 bool ValidateGetTexImageANGLE(const Context *context,
[all …]
DvalidationES31_autogen.h18 class Context; variable
20 bool ValidateActiveShaderProgram(const Context *context,
23 bool ValidateBindImageTexture(const Context *context,
31 bool ValidateBindProgramPipeline(const Context *context, ProgramPipelineID pipelinePacked);
32 bool ValidateBindVertexBuffer(const Context *context,
37 bool ValidateCreateShaderProgramv(const Context *context,
41 bool ValidateDeleteProgramPipelines(const Context *context,
44 bool ValidateDispatchCompute(const Context *context,
48 bool ValidateDispatchComputeIndirect(const Context *context, GLintptr indirect);
49 bool ValidateDrawArraysIndirect(const Context *context,
[all …]
DvalidationGL33_autogen.h18 class Context; variable
20 bool ValidateBindFragDataLocationIndexed(const Context *context,
25 bool ValidateColorP3ui(const Context *context, GLenum type, GLuint color);
26 bool ValidateColorP3uiv(const Context *context, GLenum type, const GLuint *color);
27 bool ValidateColorP4ui(const Context *context, GLenum type, GLuint color);
28 bool ValidateColorP4uiv(const Context *context, GLenum type, const GLuint *color);
29 bool ValidateGetFragDataIndex(const Context *context,
32 bool ValidateGetQueryObjecti64v(const Context *context,
36 bool ValidateGetQueryObjectui64v(const Context *context,
40 bool ValidateMultiTexCoordP1ui(const Context *context, GLenum texture, GLenum type, GLuint coords);
[all …]
DvalidationGL45_autogen.h18 class Context; variable
20 bool ValidateBindTextureUnit(const Context *context, GLuint unit, TextureID texturePacked);
21 bool ValidateBlitNamedFramebuffer(const Context *context,
34 bool ValidateCheckNamedFramebufferStatus(const Context *context,
37 bool ValidateClearNamedBufferData(const Context *context,
43 bool ValidateClearNamedBufferSubData(const Context *context,
51 bool ValidateClearNamedFramebufferfi(const Context *context,
57 bool ValidateClearNamedFramebufferfv(const Context *context,
62 bool ValidateClearNamedFramebufferiv(const Context *context,
67 bool ValidateClearNamedFramebufferuiv(const Context *context,
[all …]
/external/llvm-project/lldb/unittests/Process/minidump/
DRegisterContextMinidumpTest.cpp30 MinidumpContext_x86_32 Context; in TEST() local
31 Context.context_flags = in TEST()
36 Context.eax = 0x00010203; in TEST()
37 Context.ebx = 0x04050607; in TEST()
38 Context.ecx = 0x08090a0b; in TEST()
39 Context.edx = 0x0c0d0e0f; in TEST()
40 Context.edi = 0x10111213; in TEST()
41 Context.esi = 0x14151617; in TEST()
42 Context.ebp = 0x18191a1b; in TEST()
43 Context.esp = 0x1c1d1e1f; in TEST()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp18 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local
19 return getIntegerVT(Context, getSizeInBits()); in changeExtendedTypeToInteger()
23 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local
24 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger()
25 return getVectorVT(Context, IntTy, getVectorNumElements(), in changeExtendedVectorElementTypeToInteger()
30 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementType() local
31 return getVectorVT(Context, EltVT, getVectorElementCount()); in changeExtendedVectorElementType()
34 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT() argument
36 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT()
41 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp18 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local
19 return getIntegerVT(Context, getSizeInBits()); in changeExtendedTypeToInteger()
23 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local
24 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger()
25 return getVectorVT(Context, IntTy, getVectorNumElements()); in changeExtendedVectorElementTypeToInteger()
28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT() argument
30 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT()
35 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, in getExtendedVectorVT() argument
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT()
140 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT()
[all …]
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java19 import static io.grpc.Context.cancellableAncestor;
66 private static final Context.Key<String> PET = Context.key("pet");
67 private static final Context.Key<String> FOOD = Context.keyWithDefault("food", "lasagna");
68 private static final Context.Key<String> COLOR = Context.key("color");
69 private static final Context.Key<Object> FAVORITE = Context.key("favorite");
70 private static final Context.Key<Integer> LUCKY = Context.key("lucky");
72 private Context listenerNotifedContext;
74 private Context.CancellationListener cancellationListener = new Context.CancellationListener() {
76 public void cancelled(Context context) {
82 private Context observed;
[all …]
/external/swiftshader/src/Renderer/
DContext.cpp47 Context::Context() in Context() function in sw::Context
52 Context::~Context() in ~Context()
56 void *Context::operator new(size_t bytes) in operator new()
61 void Context::operator delete(void *pointer, size_t bytes) in operator delete()
66 bool Context::isDrawPoint(bool fillModeAware) const in isDrawPoint()
110 bool Context::isDrawLine(bool fillModeAware) const in isDrawLine()
154 bool Context::isDrawTriangle(bool fillModeAware) const in isDrawTriangle()
199 void Context::init() in init()
323 const float &Context::exp2Bias() in exp2Bias()
328 const Point &Context::getLightPosition(int light) in getLightPosition()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeaturesForContextDefs.inl4 const vk::VkPhysicalDevice16BitStorageFeatures& Context::get16BitStorageFeatures (void) …
5 const vk::VkPhysicalDevice4444FormatsFeaturesEXT& Context::get4444FormatsFeaturesEXT (voi…
6 const vk::VkPhysicalDevice8BitStorageFeatures& Context::get8BitStorageFeatures (void) c…
7 const vk::VkPhysicalDeviceAccelerationStructureFeaturesKHR& Context::getAccelerationStructureFea…
8 const vk::VkPhysicalDeviceASTCDecodeFeaturesEXT& Context::getASTCDecodeFeaturesEXT (void)…
9 const vk::VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT& Context::getBlendOperationAdvancedFe…
10 const vk::VkPhysicalDeviceBufferDeviceAddressFeatures& Context::getBufferDeviceAddressFeatures …
11 const vk::VkPhysicalDeviceBufferDeviceAddressFeaturesEXT& Context::getBufferDeviceAddressFeature…
12 const vk::VkPhysicalDeviceCoherentMemoryFeaturesAMD& Context::getCoherentMemoryFeaturesAMD …
13 const vk::VkPhysicalDeviceColorWriteEnableFeaturesEXT& Context::getColorWriteEnableFeaturesEXT …
[all …]
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp97 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
99 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
101 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
104 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
110 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() argument
125 return IsStructurallyEquivalent(Context, Name1.getCXXNameType(), in IsStructurallyEquivalent()
130 Context, Name1.getCXXDeductionGuideTemplate()->getDeclName(), in IsStructurallyEquivalent()
133 return IsStructurallyEquivalent(Context, in IsStructurallyEquivalent()
161 StructuralEquivalenceContext &Context; member in __anon5afe471b0111::StmtComparer
168 return IsStructurallyEquivalent(Context, E1->getLabel(), E2->getLabel()); in IsStmtEquivalent()
[all …]

12345678910>>...223