Home
last modified time | relevance | path

Searched refs:m_context (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/external/deqp/modules/gles3/functional/
Des3fFunctionalTests.cpp161 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init()
180 addChild(new ShaderCommonFunctionTests (m_context)); in init()
181 addChild(new ShaderPackingFunctionTests (m_context)); in init()
182 addChild(createBuiltinPrecisionTests (m_context)); in init()
196 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests")); in init()
197 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests")); in init()
198 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests")); in init()
199 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests")); in init()
200 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests")); in init()
201 addChild(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests")); in init()
[all …]
Des3fRasterizerDiscardTests.cpp158 int width = m_context.getRenderTarget().getWidth(); in setupFramebufferObject()
159 int height = m_context.getRenderTarget().getHeight(); in setupFramebufferObject()
227 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShade… in init()
249 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); in iterate()
349 if ((m_caseOptions & CASEOPTION_FBO) || m_context.getRenderTarget().getStencilBits() > 0) in iterate()
375 glu::readPixels(m_context.getRenderContext(), 0, 0, pixels.getAccess()); in iterate()
444 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_… in init()
445 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WR… in init()
446 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4,… in init()
447 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, C… in init()
[all …]
Des3fOcclusionQueryTests.cpp167 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShade… in init()
190 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); in iterate()
388 glu::readPixels(m_context.getRenderContext(), 0, 0, pixels.getAccess()); in iterate()
449 …addChild(new OcclusionQueryCase(m_context, "scissor", "scissor", 1, 10, 1.6f… in init()
450 …addChild(new OcclusionQueryCase(m_context, "depth_write", "depth_write", 8, 10… in init()
451 …addChild(new OcclusionQueryCase(m_context, "depth_clear", "depth_clear", 5, 10… in init()
452 …addChild(new OcclusionQueryCase(m_context, "stencil_write", "stencil_write", 8,… in init()
453 …addChild(new OcclusionQueryCase(m_context, "stencil_clear", "stencil_clear", 5,… in init()
455 …addChild(new OcclusionQueryCase(m_context, "scissor_depth_write", "scissor_depth_write", … in init()
456 …addChild(new OcclusionQueryCase(m_context, "scissor_depth_clear", "scissor_depth_clear", … in init()
[all …]
Des3fReadPixelsTests.cpp146 …glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSource, fra… in render()
360 if (!m_useRenderBuffer && m_context.getRenderTarget().getNumSamples() > 1) in iterate()
363 …old = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(m_context.getRenderTarget(… in iterate()
364 …old = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(m_context.getRenderTarget(… in iterate()
365 …old = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(m_context.getRenderTarget(… in iterate()
366 …old = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(m_context.getRenderTarget(… in iterate()
386 …const float redThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelForma… in iterate()
387 …const float greenThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelFor… in iterate()
388 …const float blueThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelForm… in iterate()
389 …const float alphaThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelFor… in iterate()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.cpp65 addChild(new TransformFeedback::CreationTest(m_context)); in init()
66 addChild(new TransformFeedback::DefaultsTest(m_context)); in init()
67 addChild(new TransformFeedback::BuffersTest(m_context)); in init()
68 addChild(new TransformFeedback::ErrorsTest(m_context)); in init()
69 addChild(new TransformFeedback::FunctionalTest(m_context)); in init()
72 addChild(new Samplers::CreationTest(m_context)); in init()
73 addChild(new Samplers::DefaultsTest(m_context)); in init()
74 addChild(new Samplers::ErrorsTest(m_context)); in init()
75 addChild(new Samplers::FunctionalTest(m_context)); in init()
78 addChild(new ProgramPipelines::CreationTest(m_context)); in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFunctionalTests.cpp128 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests")); in init()
129 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests")); in init()
130 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests")); in init()
131 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests")); in init()
132 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests")); in init()
133 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests")); in init()
134 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests")); in init()
135 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests")); in init()
136 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests")); in init()
137 addChild(new ShaderExecuteTest(m_context, "reserved_operators", "Reserved Operator Tests")); in init()
[all …]
Des2fLightAmountTest.cpp170 …glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSourc… in iterate()
197 addChild(new LightAmountCase(m_context, "none", 0, 0, 0 )); in init()
198 addChild(new LightAmountCase(m_context, "1dir", 1, 0, 0 )); in init()
199 addChild(new LightAmountCase(m_context, "2dir", 2, 0, 0 )); in init()
200 addChild(new LightAmountCase(m_context, "4dir", 4, 0, 0 )); in init()
201 addChild(new LightAmountCase(m_context, "6dir", 6, 0, 0 )); in init()
202 addChild(new LightAmountCase(m_context, "8dir", 8, 0, 0 )); in init()
203 addChild(new LightAmountCase(m_context, "10dir", 10, 0, 0 )); in init()
204 addChild(new LightAmountCase(m_context, "12dir", 12, 0, 0 )); in init()
205 addChild(new LightAmountCase(m_context, "14dir", 14, 0, 0 )); in init()
[all …]
/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp59 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init()
62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp61 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init()
64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
71 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
74 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp115 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init()
146 …addChild(new ShaderLibraryTest(m_context, m_files[ndx].fileName, m_files[ndx].testName, m_files[nd… in init()
164 addChild(new ComputeShaderBuiltinVarTests(m_context)); in init()
178 addChild(new ShaderCommonFunctionTests (m_context)); in init()
179 addChild(new ShaderPackingFunctionTests (m_context)); in init()
180 addChild(new ShaderIntegerFunctionTests (m_context)); in init()
181 addChild(new ShaderUniformIntegerFunctionTests (m_context)); in init()
182 addChild(new ShaderTextureSizeTests (m_context)); in init()
183 addChild(createBuiltinPrecisionTests (m_context)); in init()
217 …addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_fi… in init()
[all …]
Des31fIntegerStateQueryTests.cpp89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
122 auto ctxType = m_context.getRenderContext().getType(); in init()
127 …if (m_texTarget == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSuppo… in init()
129 …if (m_texTarget == GL_TEXTURE_CUBE_MAP_ARRAY && !m_context.getContextInfo().isExtensionSupported("… in init()
131 …if (m_texTarget == GL_TEXTURE_BUFFER && !m_context.getContextInfo().isExtensionSupported("GL_EXT_t… in init()
137 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
209 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
210 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate()
212 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
216 …const int value = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2… in iterate()
[all …]
Des31fProgramStateQueryTests.cpp105 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
107 if (!supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
143 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
150 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
151 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate()
152 << glu::FragmentSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate()
153 << glu::GeometrySource(specializeShader(m_context, s_geometryTemplate1))); in iterate()
167 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate()
168 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate()
169 << glu::FragmentSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate()
[all …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderTests.cpp70 new TestCaseGroupBase(m_context, m_extParams, "rendering", "Rendering (Test Group 1)"); in init()
72 new GeometryShaderAdjacencyTests(m_context, m_extParams, "adjacency", "Adjacency (Test Group 2)"); in init()
74 …new TestCaseGroupBase(m_context, m_extParams, "program_resource", "Program Resource (Test Group 3)… in init()
76 new TestCaseGroupBase(m_context, m_extParams, "nonarray_input", "Nonarray input (Test Group 4)"); in init()
77 …TestCaseGroupBase* inputTestGroup = new TestCaseGroupBase(m_context, m_extParams, "input", "Input … in init()
80 m_context, m_extParams, "primitive_counter", "PrimitiveCounter (Test Group 6)"); in init()
83 …new TestCaseGroupBase(m_context, m_extParams, "layered_rendering", "Layered rendering (Test Group … in init()
85 new TestCaseGroupBase(m_context, m_extParams, "clipping", "Clipping (Test Group 8)"); in init()
87 new TestCaseGroupBase(m_context, m_extParams, "blitting", "Blitting (Test Group 9)"); in init()
90 new TestCaseGroupBase(m_context, m_extParams, "layered_rendering_boundary_condition", in init()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTests.cpp89 …veUniformTestGroup->addChild(new glcts::MultisampleTextureGetActiveUniformSamplersTest(m_context)); in init()
93 new glcts::MultisampleTextureTexStorage2DGeneralSamplesNumberTest(m_context)); in init()
95 new glcts::MultisampleTextureTexStorage2DInvalidAndBorderCaseTextureSizesTest(m_context)); in init()
97 new glcts::MultisampleTextureTexStorage2DNonColorDepthOrStencilInternalFormatsTest(m_context)); in init()
99 new glcts::MultisampleTextureTexStorage2DReconfigurationRejectedTest(m_context)); in init()
101 new glcts::MultisampleTextureTexStorage2DTexture2DMultisampleArrayTest(m_context)); in init()
103 new glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForColorTexturesTest(m_context)); in init()
105 new glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForDepthTexturesTest(m_context)); in init()
107 …lcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForDepthStencilTexturesTest(m_context)); in init()
108 …MultisampleTestGroup->addChild(new glcts::MultisampleTextureTexStorage2DValidCallsTest(m_context)); in init()
[all …]
/external/OpenCSD/decoder/include/common/
Docsd_pe_context.h57 void setSecLevel(const ocsd_sec_level sl) { m_context.security_level = sl; }; in setSecLevel()
58 …void setEL(const ocsd_ex_level el) { m_context.exception_level = el; m_context.el_valid = el > ocs… in setEL()
59 void setCtxtID(const uint32_t id) { m_context.context_id = id; m_context.ctxt_id_valid = 1; }; in setCtxtID()
60 void setVMID(const uint32_t id) { m_context.vmid = id; m_context.vmid_valid = 1; }; in setVMID()
61 void set64bit(const bool is64bit) { m_context.bits64 = is64bit ? 1 : 0; }; in set64bit()
63 const ocsd_sec_level getSecLevel() const { return m_context.security_level; }; in getSecLevel()
64 const ocsd_ex_level getEL() const { return m_context.exception_level; }; in getEL()
65 const bool ELvalid() const { return (m_context.el_valid == 1); }; in ELvalid()
66 …const uint32_t getCtxtID() const { return (m_context.ctxt_id_valid == 1) ? m_context.context_id : … in getCtxtID()
67 const bool ctxtIDvalid() const { return (m_context.ctxt_id_valid == 1); }; in ctxtIDvalid()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTests.cpp58 addChild(new TextureCubeMapArraySamplingTest(m_context, m_extParams, "sampling", "Test 1")); in init()
62 …new TextureCubeMapArrayColorDepthAttachmentsTest(m_context, m_extParams, "color_depth_attachments"… in init()
65 …addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mu… in init()
67 …addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mu… in init()
70 m_context, m_extParams, "stencil_attachments_immutable_nonlayered", "Test 3", true, false)); in init()
71 …addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_im… in init()
75 …addChild(new TextureCubeMapArrayTex3DValidation(m_context, m_extParams, "tex3D_validation", "Test … in init()
78 addChild(new TextureCubeMapArraySubImage3D(m_context, m_extParams, "subimage3D", "Test 5")); in init()
81 addChild(new TextureCubeMapArrayGetterCalls(m_context, m_extParams, "getter_calls", "Test 6")); in init()
85 m_context, m_extParams, "generate_mip_map_filterable_internalformat_mutable", in init()
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x64/
DRegisterContextWindows_x64.cpp299 reg_value.SetUInt64(m_context.Rax); in ReadRegister()
302 reg_value.SetUInt64(m_context.Rbx); in ReadRegister()
305 reg_value.SetUInt64(m_context.Rcx); in ReadRegister()
308 reg_value.SetUInt64(m_context.Rdx); in ReadRegister()
311 reg_value.SetUInt64(m_context.Rdi); in ReadRegister()
314 reg_value.SetUInt64(m_context.Rsi); in ReadRegister()
317 reg_value.SetUInt64(m_context.R8); in ReadRegister()
320 reg_value.SetUInt64(m_context.R9); in ReadRegister()
323 reg_value.SetUInt64(m_context.R10); in ReadRegister()
326 reg_value.SetUInt64(m_context.R11); in ReadRegister()
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5Tests.cpp57 …addChild(new GPUShader5SamplerArrayIndexing(m_context, m_extParams, "sampler_array_indexing", "Tes… in init()
60 …addChild(new GPUShader5ImagesArrayIndexing(m_context, m_extParams, "images_array_indexing", "Test … in init()
64 …new GPUShader5AtomicCountersArrayIndexing(m_context, m_extParams, "atomic_counters_array_indexing"… in init()
68 …new GPUShader5UniformBlocksArrayIndexing(m_context, m_extParams, "uniform_blocks_array_indexing", … in init()
73 …addChild(new GPUShader5SSBOArrayIndexing(m_context, m_extParams, "ssbo_array_indexing", "Test 5")); in init()
77 addChild(new GPUShader5PreciseQualifier(m_context, m_extParams, "precise_qualifier", "Test 6")); in init()
80 addChild(new GPUShader5FmaAccuracyTest(m_context, m_extParams, "fma_accuracy", "Test 7")); in init()
83 …addChild(new GPUShader5FmaPrecision<IDT_FLOAT>(m_context, m_extParams, "fma_precision_float", "Tes… in init()
84 …addChild(new GPUShader5FmaPrecision<IDT_VEC2>(m_context, m_extParams, "fma_precision_vec2", "Test … in init()
85 …addChild(new GPUShader5FmaPrecision<IDT_VEC3>(m_context, m_extParams, "fma_precision_vec3", "Test … in init()
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTests.cpp62 TestCaseGroupBase* vertexGroup = new TestCaseGroupBase(m_context, m_extParams, "vertex", ""); in init()
63 vertexGroup->addChild(new TessellationShaderVertexOrdering(m_context, m_extParams)); in init()
64 vertexGroup->addChild(new TessellationShaderVertexSpacing(m_context, m_extParams)); in init()
67 TestCaseGroupBase* singleGroup = new TestCaseGroupBase(m_context, m_extParams, "single", ""); in init()
69 …singleGroup->addChild(new TessellationShaderPropertiesDefaultContextWideValues(m_context, m_extPar… in init()
71 singleGroup->addChild(new TessellationShadersIsolines(m_context, m_extParams)); in init()
73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams)); in init()
75 singleGroup->addChild(new TessellationShaderPropertiesProgramObject(m_context, m_extParams)); in init()
76 singleGroup->addChild(new TessellationShaderXFB(m_context, m_extParams)); in init()
77 singleGroup->addChild(new TessellationShaderMaxPatchVertices(m_context, m_extParams)); in init()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTests.cpp65 addChild(new TextureBufferOperationsViaBufferObjectLoad(m_context, m_extParams, in init()
68 …addChild(new TextureBufferOperationsViaCPUWrites(m_context, m_extParams, "texture_buffer_operation… in init()
72 m_context, m_extParams, "texture_buffer_operations_framebuffer_readback", "Test 1.3")); in init()
75 m_context, m_extParams, "texture_buffer_operations_transform_feedback", "Test 1.4")); in init()
77 …addChild(new TextureBufferOperationsViaImageStore(m_context, m_extParams, "texture_buffer_operatio… in init()
80 …addChild(new TextureBufferOperationsViaSSBOWrites(m_context, m_extParams, "texture_buffer_operatio… in init()
84 …addChild(new TextureBufferMAXSizeValidation(m_context, m_extParams, "texture_buffer_max_size", "Te… in init()
88 …new TextureBufferTextureBufferRange(m_context, m_extParams, "texture_buffer_texture_buffer_range",… in init()
91 …addChild(new TextureBufferParamValueIntToFloatConversion(m_context, m_extParams, "texture_buffer_c… in init()
95 …addChild(new TextureBufferAtomicFunctions(m_context, m_extParams, "texture_buffer_atomic_functions… in init()
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/arm/
DRegisterContextWindows_arm.cpp115 reg_value.SetUInt32(m_context.R0); in ReadRegister()
118 reg_value.SetUInt32(m_context.R1); in ReadRegister()
121 reg_value.SetUInt32(m_context.R2); in ReadRegister()
124 reg_value.SetUInt32(m_context.R3); in ReadRegister()
127 reg_value.SetUInt32(m_context.R4); in ReadRegister()
130 reg_value.SetUInt32(m_context.R5); in ReadRegister()
133 reg_value.SetUInt32(m_context.R6); in ReadRegister()
136 reg_value.SetUInt32(m_context.R7); in ReadRegister()
139 reg_value.SetUInt32(m_context.R8); in ReadRegister()
142 reg_value.SetUInt32(m_context.R9); in ReadRegister()
[all …]
/external/deqp/modules/gles3/performance/
Des3pPerformanceTests.cpp59 addChild(new TextureFormatTests (m_context)); in init()
60 addChild(new TextureFilteringTests (m_context)); in init()
61 addChild(new TextureCountTests (m_context)); in init()
77 addChild(new ShaderOperatorTests (m_context)); in init()
78 addChild(new ShaderControlStatementTests (m_context)); in init()
94 addChild(new StateChangeCallTests (m_context)); in init()
95 addChild(new StateChangeTests (m_context)); in init()
96 addChild(new RedundantStateChangeTests (m_context)); in init()
112 addChild(new BufferDataUploadTests (m_context)); in init()
129 addChild(new BlendTests (m_context)); in init()
[all …]
/external/deqp/modules/gles2/performance/
Des2pPerformanceTests.cpp59 addChild(new TextureFormatTests (m_context)); in init()
60 addChild(new TextureFilteringTests (m_context)); in init()
61 addChild(new TextureCountTests (m_context)); in init()
62 addChild(new TextureUploadTests (m_context)); in init()
78 addChild(new ShaderOperatorTests (m_context)); in init()
79 addChild(new ShaderControlStatementTests (m_context)); in init()
95 addChild(new StateChangeCallTests (m_context)); in init()
96 addChild(new StateChangeTests (m_context)); in init()
97 addChild(new RedundantStateChangeTests (m_context)); in init()
98 addChild(new DrawCallBatchingTests (m_context)); in init()
[all …]
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTests.cpp59 addChild(createSubgroupsBuiltinVarTests(m_context)); in init()
60 addChild(createSubgroupsBuiltinMaskVarTests(m_context)); in init()
61 addChild(createSubgroupsBasicTests(m_context)); in init()
62 addChild(createSubgroupsVoteTests(m_context)); in init()
63 addChild(createSubgroupsBallotTests(m_context)); in init()
64 addChild(createSubgroupsBallotBroadcastTests(m_context)); in init()
65 addChild(createSubgroupsBallotOtherTests(m_context)); in init()
66 addChild(createSubgroupsArithmeticTests(m_context)); in init()
67 addChild(createSubgroupsClusteredTests(m_context)); in init()
68 addChild(createSubgroupsPartitionedTests(m_context)); in init()
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp30 : RegisterContext(thread, concrete_frame_idx), m_context(), in RegisterContextWindows()
46 memcpy(data_sp->GetBytes(), &m_context, sizeof(m_context)); in ReadAllRegisterValues()
53 assert(data_sp->GetByteSize() >= sizeof(m_context)); in WriteAllRegisterValues()
54 memcpy(&m_context, data_sp->GetBytes(), sizeof(m_context)); in WriteAllRegisterValues()
100 m_context.Dr7 |= 1ULL << shift; in AddHardwareBreakpoint()
102 (&m_context.Dr0)[slot] = address; in AddHardwareBreakpoint()
105 m_context.Dr7 &= ~(3ULL << shift); in AddHardwareBreakpoint()
106 m_context.Dr7 |= (size == 8 ? 2ULL : size - 1) << shift; in AddHardwareBreakpoint()
109 m_context.Dr7 &= ~(3ULL << shift); in AddHardwareBreakpoint()
110 m_context.Dr7 |= (read ? 3ULL : (write ? 1ULL : 0)) << shift; in AddHardwareBreakpoint()
[all …]

12345678910>>...37