Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h192 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_CONSTANTS, "vs_constants")
195 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_NUM_CONSTANTS, "num_vs_constants")
201 lp_build_struct_get2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_VIEWPORT, "viewports")
213 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_SSBOS, "vs_ssbos")
216 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_NUM_SSBOS, "num_vs_ssbos")
219 lp_build_struct_get2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
306 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_GS_JIT_CTX_CONSTANTS, "constants")
309 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_GS_JIT_CTX_NUM_CONSTANTS, "num_constants")
327 lp_build_struct_get2(_variant->gallivm, _variant->context_type, _ptr, DRAW_GS_JIT_CTX_PRIM_LENGTHS, "prim_lengths")
330 lp_build_struct_get2(_variant->gallivm, _variant->context_type, _pt
691 LLVMTypeRef context_type; global() member
722 LLVMTypeRef context_type; global() member
751 LLVMTypeRef context_type; global() member
777 LLVMTypeRef context_type; global() member
[all...]
H A Ddraw_llvm.c331 LLVMTypeRef context_type = LLVMStructTypeInContext(gallivm->context, elem_types, ARRAY_SIZE(elem_types), 0); in create_jit_context_type() local
335 target, context_type, DRAW_JIT_CTX_CONSTANTS); in create_jit_context_type()
337 target, context_type, DRAW_JIT_CTX_NUM_CONSTANTS); in create_jit_context_type()
339 target, context_type, DRAW_JIT_CTX_PLANES); in create_jit_context_type()
341 target, context_type, DRAW_JIT_CTX_VIEWPORT); in create_jit_context_type()
343 target, context_type, in create_jit_context_type()
346 target, context_type, in create_jit_context_type()
349 target, context_type, DRAW_JIT_CTX_IMAGES); in create_jit_context_type()
351 target, context_type, DRAW_JIT_CTX_SSBOS); in create_jit_context_type()
353 target, context_type, DRAW_JIT_CTX_NUM_SSBO in create_jit_context_type()
377 LLVMTypeRef context_type; create_gs_jit_context_type() local
557 LLVMTypeRef context_type; create_tcs_jit_context_type() local
658 LLVMTypeRef context_type; create_tes_jit_context_type() local
1492 generate_clipmask(struct draw_llvm *llvm, struct gallivm_state *gallivm, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct draw_llvm_variant_key *key, LLVMTypeRef context_type, LLVMValueRef context_ptr, boolean *have_clipdist) generate_clipmask() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c222 LLVMTypeRef context_type; in lp_jit_create_types() local
246 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
250 gallivm->target, context_type, in lp_jit_create_types()
253 gallivm->target, context_type, in lp_jit_create_types()
256 gallivm->target, context_type, in lp_jit_create_types()
259 gallivm->target, context_type, in lp_jit_create_types()
262 gallivm->target, context_type, in lp_jit_create_types()
265 gallivm->target, context_type, in lp_jit_create_types()
268 gallivm->target, context_type, in lp_jit_create_types()
271 gallivm->target, context_type, in lp_jit_create_types()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCommonBugsTests.cpp877 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local
882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2))) in iterate()
887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in iterate()
916 if (!glu::contextSupports(context_type, current_iteration_min_context_type)) in iterate()
1497 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local
1503 bool expected_outcome = glu::contextSupports(context_type, glu::ApiType::core(4, 4)); in iterate()
1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ? in iterate()
1516 (!glu::contextSupports(context_type, glu::ApiType::core(4, 4))) ? in iterate()
1869 * @param context_type Running context's type.
1885 void PerVertexValidationTest::getTestIterationProperties(glu::ContextType context_type, _test_iteratio argument
2395 getVertexShaderBody(glu::ContextType context_type, _test_iteration iteration, std::string main_body) const getVertexShaderBody() argument
2472 const glu::ContextType context_type = m_context.getRenderContext().getType(); iterate() local
2561 const glu::ContextType context_type = m_context.getRenderContext().getType(); runPipelineObjectValidationTestMode() local
2751 glu::ContextType context_type = m_context.getRenderContext().getType(); runSeparateShaderTestMode() local
3036 const glu::ContextType context_type = m_context.getRenderContext().getType(); getReservedNames() local
4887 const glu::ContextType context_type = m_context.getRenderContext().getType(); getShaderBody() local
5315 const glu::ContextType context_type = m_context.getRenderContext().getType(); getSupportedLanguageFeatures() local
5452 const glu::ContextType context_type = m_context.getRenderContext().getType(); getSupportedShaderTypes() local
5546 glu::ContextType context_type = m_context.getRenderContext().getType(); iterate() 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(); in iterate() local
86 if (glu::contextSupports(context_type, glu::ApiType::core(3, 1))) in iterate()
95 if (glu::contextSupports(context_type, s_formats[i].required_by_context.getAPI())) in iterate()
104 (!glu::contextSupports(context_type, glu::ApiType::core(4, 3)))) in iterate()
247 glu::ContextType context_type = m_context.getRenderContext().getType(); in prepareSourceTexture() local
248 if (isDepthType(descriptor) && glu::contextSupports(context_type, glu::ApiType::core(3, 1))) in prepareSourceTexture()
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, in getMajorMinorVersionFromContextVersion() argument
1632 if (context_type.getAPI() == glu::ApiType::core(4, 0)) in getMajorMinorVersionFromContextVersion()
1637 else if (context_type.getAPI() == glu::ApiType::core(4, 1)) in getMajorMinorVersionFromContextVersion()
1642 else if (context_type.getAPI() == glu::ApiType::core(4, 2)) in getMajorMinorVersionFromContextVersion()
1647 else if (context_type.getAPI() == glu::ApiType::core(4, 3)) in getMajorMinorVersionFromContextVersion()
1652 else if (context_type.getAPI() == glu::ApiType::core(4, 4)) in getMajorMinorVersionFromContextVersion()
1657 else if (context_type.getAPI() == glu::ApiType::core(4, 5)) in getMajorMinorVersionFromContextVersion()
1662 else if (context_type.getAPI() == glu::ApiType::core(4, 6)) in getMajorMinorVersionFromContextVersion()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp95 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in initExtensions() local
98 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in initExtensions()
109 m_is_shader_image_atomic_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2)); in initExtensions()
111 glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
112 m_is_framebuffer_no_attachments_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
113 m_is_program_interface_query_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
114 m_is_texture_storage_multisample_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
115 m_is_shader_image_load_store_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2)); in initExtensions()
116 m_is_viewport_array_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 1)); in initExtensions()
118 else if (glu::contextSupports(context_type, gl in initExtensions()
[all...]
H A DesextcTestPackage.cpp130 const glu::ContextType& context_type = getContext().getRenderContext().getType(); in init() local
132 if (glu::contextSupports(context_type, glu::ApiType::es(3, 2))) in init()
/third_party/jerryscript/jerry-core/vm/
H A Dvm-stack.c176 vm_stack_context_type_t context_type; in vm_stack_find_finally() local
185 context_type = VM_GET_CONTEXT_TYPE (vm_stack_top_p[-1]); in vm_stack_find_finally()
186 if (context_type == VM_CONTEXT_TRY || context_type == VM_CONTEXT_CATCH) in vm_stack_find_finally()
210 if (context_type == VM_CONTEXT_TRY) in vm_stack_find_finally()
H A Dvm-stack.h83 #define VM_CONTEXT_IS_FINALLY(context_type) \
84 ((context_type) <= VM_CONTEXT_FINALLY_RETURN)
H A Dvm.c3787 ecma_value_t context_type = VM_GET_CONTEXT_TYPE (stack_top_p[-1]); in vm_loop() local
3789 if (!VM_CONTEXT_IS_FINALLY (context_type)) in vm_loop()
3811 if (context_type == VM_CONTEXT_FINALLY_RETURN) in vm_loop()
3817 if (context_type == VM_CONTEXT_FINALLY_THROW) in vm_loop()
3828 JERRY_ASSERT (context_type == VM_CONTEXT_FINALLY_JUMP); in vm_loop()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp796 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in get() local
807 if (glu::isContextTypeGLCore(context_type)) in get()
814 DE_ASSERT(glu::isContextTypeES(context_type)); in get()
1036 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
1050 if (glu::isContextTypeGLCore(context_type)) in iterate()
1056 DE_ASSERT(glu::isContextTypeES(context_type)); in iterate()
1064 if (glu::isContextTypeGLCore(context_type)) in iterate()
1070 DE_ASSERT(glu::isContextTypeES(context_type)); in iterate()
1365 if (glu::isContextTypeGLCore(context_type)) in iterate()
1371 DE_ASSERT(glu::isContextTypeES(context_type)); in iterate()
1464 const glu::ContextType& context_type = m_context.getRenderContext().getType(); iterate() local
2139 const glu::ContextType& context_type = m_context.getRenderContext().getType(); iterate() local
2529 const glu::ContextType& context_type = m_context.getRenderContext().getType(); iterate() local
3059 const glu::ContextType& context_type = m_context.getRenderContext().getType(); setup16x2Depths() local
3255 const glu::ContextType& context_type = m_context.getRenderContext().getType(); setup2x2Viewport() local
3630 const glu::ContextType& context_type = m_context.getRenderContext().getType(); iterate() local
4595 const glu::ContextType& context_type = m_context.getRenderContext().getType(); checkResults() local
[all...]
H A DglcMultipleContextsTests.cpp220 glu::ContextType context_type(m_api_type); in iterate()
221 m_base_context = de::SharedPtr<deqp::Context>(new deqp::Context(m_testCtx, context_type)); in iterate()
561 glu::ContextType context_type(m_api_type); in initSharedContexts()
562 glu::RenderConfig render_config(context_type); in initSharedContexts()
H A DglcRobustBufferAccessBehaviorTests.cpp1015 glu::ContextType context_type = context.getRenderContext().getType(); in createRobustContext() local
1017 !contextSupports(context_type, glu::ApiType::es(3, 2))) in createRobustContext()
1025 contextSupports(context_type, glu::ApiType::core(4, 5)); in createRobustContext()
1026 if (!m_has_khr_robust_buffer_access && !contextSupports(context_type, glu::ApiType::core(4, 3))) in createRobustContext()
1033 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context_type); in createRobustContext()
1035 m_context_is_es = glu::isContextTypeES(context_type); in createRobustContext()
/third_party/mesa3d/src/virtio/virtio-gpu/
H A Ddrm_hw.h16 uint32_t context_type; member
29 } msm; /* context_type == VIRTGPU_DRM_CONTEXT_MSM */
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c144 if (caps.context_type != VIRTGPU_DRM_CONTEXT_MSM) { in virtio_device_new()
145 INFO_MSG("wrong context_type: %u", caps.context_type); in virtio_device_new()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp204 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
339 if (!glu::isContextTypeES(context_type) && ((glw::GLenum)layer_provoking_vertex_gl_value == GL_PROVOKING_VERTEX)) in iterate()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1607 uint32_t context_type; in DeserializeContexts() local
1608 if (!deserializer_.ReadUint32(&context_type)) { in DeserializeContexts()
1630 static_cast<ContextType>(context_type)); in DeserializeContexts()
1667 switch (context_type) { in DeserializeContexts()
1690 uint32_t variable_count, bool has_parent, ContextType context_type) { in CreateScopeInfo()
1718 switch (context_type) { in CreateScopeInfo()
1689 CreateScopeInfo( uint32_t variable_count, bool has_parent, ContextType context_type) CreateScopeInfo() argument
H A Dweb-snapshot.h318 ContextType context_type);
/third_party/rust/crates/libc/src/
H A Dpsp.rs3523 pub fn sceGuStart(context_type: GuContextType, list: *mut c_void); in sceGuStart()

Completed in 50 milliseconds