Searched refs:context_type (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c151 LLVMTypeRef context_type; local
168 context_type = LLVMStructTypeInContext(lc, elem_types,
172 gallivm->target, context_type,
175 gallivm->target, context_type,
178 gallivm->target, context_type,
181 gallivm->target, context_type,
184 gallivm->target, context_type,
187 gallivm->target, context_type,
190 gallivm->target, context_type,
193 gallivm->target, context_type,
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h61 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static inline context_type MakeContext(void *p) {
112 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type B, key_type K, context_type F) {
128 static data_type Remove(data_type B, key_type K, context_type F) {
136 static inline context_type MakeContext(void *p) {
156 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type K, context_type
[all...]
H A DProgramState.h385 typename ProgramStateTrait<T>::context_type get_context() const;
393 typename ProgramStateTrait<T>::context_type C) const;
407 typename ProgramStateTrait<T>::context_type C) const;
582 typename ProgramStateTrait<T>::context_type C) {
591 typename ProgramStateTrait<T>::context_type C) {
599 typename ProgramStateTrait<T>::context_type C) {
615 typename ProgramStateTrait<T>::context_type get_context() {
770 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
781 typename ProgramStateTrait<T>::context_type C) const {
804 typename ProgramStateTrait<T>::context_type
[all...]
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
H A Dconnect_sequence.py58 context_type = mbim_constants.MBIM_CONTEXT_TYPE_INTERNET.bytes
81 context_type=context_type,
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp94 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
97 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
107 m_is_shader_image_atomic_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2));
109 glu::contextSupports(context_type, glu::ApiType::core(4, 3));
110 m_is_framebuffer_no_attachments_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3));
111 m_is_program_interface_query_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3));
112 m_is_texture_storage_multisample_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3));
113 m_is_shader_image_load_store_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2));
114 m_is_viewport_array_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 1));
116 else if (glu::contextSupports(context_type, gl
[all...]
H A DesextcTestPackage.cpp122 const glu::ContextType& context_type = getContext().getRenderContext().getType(); local
124 if (glu::contextSupports(context_type, glu::ApiType::es(3, 2)))
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cCommonBugsTests.cpp877 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
916 if (!glu::contextSupports(context_type, current_iteration_min_context_type))
1497 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
1503 bool expected_outcome = glu::contextSupports(context_type, glu::ApiType::core(4, 4));
1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ?
1515 (!glu::contextSupports(context_type, glu::ApiType::core(4, 4))) ?
1868 * @param context_type Running context's type.
1884 void PerVertexValidationTest::getTestIterationProperties(glu::ContextType context_type, _test_iteratio argument
2390 getVertexShaderBody(glu::ContextType context_type, _test_iteration iteration, std::string main_body) const argument
2467 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
2556 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
2747 glu::ContextType context_type = m_context.getRenderContext().getType(); local
3032 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
4883 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
5311 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
5448 const glu::ContextType context_type = m_context.getRenderContext().getType(); local
5542 glu::ContextType context_type = m_context.getRenderContext().getType(); local
[all...]
H A Dgl3cCommonBugsTests.hpp443 void getTestIterationProperties(glu::ContextType context_type, _test_iteration iteration,
449 std::string getVertexShaderBody(glu::ContextType context_type, _test_iteration iteration,
H A Dgl3cTextureSizePromotion.cpp74 glu::ContextType context_type = m_context.getRenderContext().getType(); local
86 if (glu::contextSupports(context_type, glu::ApiType::core(3, 1)))
95 if (glu::contextSupports(context_type, s_formats[i].required_by_context.getAPI()))
104 (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))))
H A Dgl4cTextureViewTests.hpp145 static void getMajorMinorVersionFromContextVersion(const glu::ContextType& context_type,
H A Dgl4cTextureViewTests.cpp1623 * @param context_type CTS rendering context type.
1628 void TextureViewUtilities::getMajorMinorVersionFromContextVersion(const glu::ContextType& context_type, argument
1632 if (context_type.getAPI() == glu::ApiType::core(4, 0))
1637 else if (context_type.getAPI() == glu::ApiType::core(4, 1))
1642 else if (context_type.getAPI() == glu::ApiType::core(4, 2))
1647 else if (context_type.getAPI() == glu::ApiType::core(4, 3))
1652 else if (context_type.getAPI() == glu::ApiType::core(4, 4))
1657 else if (context_type.getAPI() == glu::ApiType::core(4, 5))
1662 else if (context_type.getAPI() == glu::ApiType::core(4, 6))
/external/autotest/client/cros/cellular/mbim_compliance/tests/
H A Dcm_13.py47 context_type=mbim_constants.MBIM_CONTEXT_TYPE_NONE.bytes,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c224 LLVMTypeRef context_type; local
237 context_type = LLVMStructTypeInContext(gallivm->context, elem_types,
242 target, context_type, DRAW_JIT_CTX_CONSTANTS);
244 target, context_type, DRAW_JIT_CTX_NUM_CONSTANTS);
246 target, context_type, DRAW_JIT_CTX_PLANES);
248 target, context_type, DRAW_JIT_CTX_VIEWPORT);
250 target, context_type,
253 target, context_type,
256 target, context_type);
258 return context_type;
275 LLVMTypeRef context_type; local
431 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, local
2172 LLVMTypeRef texture_type, sampler_type, context_type; local
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp796 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
807 if (glu::isContextTypeGLCore(context_type))
814 DE_ASSERT(glu::isContextTypeES(context_type));
1036 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
1050 if (glu::isContextTypeGLCore(context_type))
1056 DE_ASSERT(glu::isContextTypeES(context_type));
1064 if (glu::isContextTypeGLCore(context_type))
1070 DE_ASSERT(glu::isContextTypeES(context_type));
1365 if (glu::isContextTypeGLCore(context_type))
1371 DE_ASSERT(glu::isContextTypeES(context_type));
1464 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
2139 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
2529 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
3059 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
3255 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
3630 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
4595 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
[all...]
/external/v8/src/
H A Dbootstrapper.h84 GlobalContextType context_type = FULL_CONTEXT);
H A Dbootstrapper.cc151 GlobalContextType context_type);
209 GlobalContextType context_type);
212 void ConfigureUtilsObject(GlobalContextType context_type);
230 bool InstallNatives(GlobalContextType context_type);
324 GlobalContextType context_type) {
328 context_type);
1180 GlobalContextType context_type) {
3184 void Genesis::ConfigureUtilsObject(GlobalContextType context_type) { argument
3185 switch (context_type) {
3891 bool Genesis::InstallNatives(GlobalContextType context_type) { argument
319 CreateEnvironment( MaybeHandle<JSGlobalProxy> maybe_global_proxy, v8::Local<v8::ObjectTemplate> global_proxy_template, v8::ExtensionConfiguration* extensions, size_t context_snapshot_index, v8::DeserializeInternalFieldsCallback internal_fields_deserializer, GlobalContextType context_type) argument
1178 InitializeGlobal(Handle<JSGlobalObject> global_object, Handle<JSFunction> empty_function, GlobalContextType context_type) argument
4793 Genesis( Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy, v8::Local<v8::ObjectTemplate> global_proxy_template, size_t context_snapshot_index, v8::DeserializeInternalFieldsCallback internal_fields_deserializer, GlobalContextType context_type) argument
[all...]
/external/v8/src/builtins/
H A Dbuiltins-constructor.cc338 Heap::RootListIndex context_type; local
341 context_type = Heap::kEvalContextMapRootIndex;
344 context_type = Heap::kFunctionContextMapRootIndex;
349 StoreMapNoWriteBarrier(function_context, context_type);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp204 const glu::ContextType& context_type = m_context.getRenderContext().getType(); local
339 if (!glu::isContextTypeES(context_type) && ((glw::GLenum)layer_provoking_vertex_gl_value == GL_PROVOKING_VERTEX))
/external/v8/src/compiler/
H A Djs-typed-lowering.cc1729 Type* context_type = NodeProperties::GetType(context); local
1743 if (context_type->IsHeapConstant()) {
1745 Handle<Context>::cast(context_type->AsHeapConstant()->Value())
1850 if (context_type->IsHeapConstant()) {
1852 Handle<Context>::cast(context_type->AsHeapConstant()->Value())

Completed in 578 milliseconds