Home
last modified time | relevance | path

Searched defs:program (Results 376 – 400 of 1539) sorted by relevance

1...<<11121314151617181920>>...62

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp238 Program* program; member
433 value_numbering(Program* program) in value_numbering()
H A Daco_insert_waitcnt.cpp169 Program* program; member
729 handle_block(Program* program, Block& block, wait_ctx& ctx) in handle_block()
804 insert_waitcnt(Program* program) in insert_waitcnt()
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DGlslMapIO.FromFile.cpp61 bool verifyIOMapping(std::string& linkingError, glslang::TProgram& program) { in verifyIOMapping()
282 glslang::TProgram program; in TEST_P() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_image_arguments.cpp79 clProgramWrapper program; in Run() local
267 clProgramWrapper program; in Run() local
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java189 int program = buildProgram(sSimpleVS, sSimpleFS); in run() local
287 int program = glCreateProgram(); in buildProgram() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp172 const glu::ShaderProgram program(renderCtx, genSources(m_indexExprType)); in iterate() local
252 const glu::ShaderProgram program(renderCtx, glu::ProgramSources() in iterate() local
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DGlslMapIO.FromFile.cpp60 bool verifyIOMapping(std::string& linkingError, glslang::TProgram& program) { in verifyIOMapping()
281 glslang::TProgram program; in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp213 Utils::program::program(deqp::Context &context) in program() function in gl4cts::ShaderSubroutine::Utils::program
2924 Utils::program program(m_context); in iterate() local
3967 Utils::program program(m_context); in iterate() local
4306 Utils::program program(m_context); in iterate() local
4528 Utils::program program(m_context); in iterate() local
5251 Utils::program program(m_context); in iterate() local
5656 Utils::program program(m_context); in iterate() local
6051 Utils::program program(m_context); in testAtomic() local
6236 Utils::program program(m_context); in testImage() local
6461 Utils::program program(m_context); in testSSBO() local
[all …]
H A Dgl4cShaderDrawParametersTests.cpp118 ShaderProgram program(gl, sources); in iterate() local
261 ShaderProgram program(gl, sources); in draw() local
/aosp_15_r20/external/skia/bench/
H A DSkSLBench.cpp151 std::unique_ptr<SkSL::Program> program = fCompiler.convertProgram(kind, fSrc, in onDraw() local
185 static bool CompileToSkRP(const SkSL::Program& program) { in CompileToSkRP()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_image_multipass.cpp271 cl_program program[4]; in test_image_multipass_integer_coord() local
511 cl_program program[2]; in test_image_multipass_float_coord() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp490 clProgramWrapper program; in compare_kernel_with_expected() local
877 clProgramWrapper program; in test_null_param() local
919 clProgramWrapper program; in test_arg_name_size() local
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp57 const Program* program, in Init()
172 const Program* program) { in GetProcessedData()
563 const Program* program, in load()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp122 GLuint program = glCreateProgram(); in TEST_P() local
151 GLuint program = CompileComputeProgram(kCS, false); in TEST_P() local
207 GLuint program = glCreateProgram(); in TEST_P() local
256 GLuint program = glCreateProgram(); in TEST_P() local
311 GLuint program = glCreateProgram(); in TEST_P() local
4237 GLuint program = glCreateProgram(); in TEST_P() local
4817 GLProgram program; in TEST_P() local
4892 GLProgram program; in TEST_P() local
H A DBlobCacheTest.cpp138 void WaitProgramBinaryReady(GLuint program) in WaitProgramBinaryReady()
374 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp129 bool CheckProgram(GLuint program, bool *compile_error = NULL) in CheckProgram()
263 GLuint program; member in glcts::__anon19fff6c50111::GatherGLSLCompile
350 GLuint tex, fbo, rbo, program, vao, vbo; member in glcts::__anon19fff6c50111::GatherBase
1613 GLuint program, rbo, fbo, vao, vbo; member in glcts::__anon19fff6c50111::TriangleDraw
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_hardcode.c144 const char *const program = util_get_process_name(); in pvr_has_hard_coded_shaders() local
161 const char *const program = util_get_process_name(); in pvr_get_hard_coding_data() local
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfStandaloneTest.kt61 val program = generateApfV4Program(isSuspendMode) in runApfTest() constant
/aosp_15_r20/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java273 Program program = in onRecordButtonClicked() local
395 Program program = mTimeShiftManager.getProgramAt(mTimeShiftManager.getCurrentPositionMs()); in initializeTimeline() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtransformfeedback.c904 _mesa_TransformFeedbackVaryings_no_error(GLuint program, GLsizei count, in _mesa_TransformFeedbackVaryings_no_error()
915 _mesa_TransformFeedbackVaryings(GLuint program, GLsizei count, in _mesa_TransformFeedbackVaryings()
998 _mesa_GetTransformFeedbackVarying(GLuint program, GLuint index, in _mesa_GetTransformFeedbackVarying()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp2233 ProgramSources GetAttachedProgramSources(const gl::Context *context, const gl::Program *program) in GetAttachedProgramSources()
2300 void CaptureUpdateUniformLocations(const gl::Program *program, std::vector<CallCapture> *callsOut) in CaptureUpdateUniformLocations()
2377 void CaptureUpdateUniformBlockIndexes(const gl::Program *program, in CaptureUpdateUniformBlockIndexes()
2400 void CaptureDeleteUniformLocations(gl::ShaderProgramID program, std::vector<CallCapture> *callsOut) in CaptureDeleteUniformLocations()
2901 gl::Program *program, in CaptureUpdateUniformValues()
3781 gl::Program *program, in GenerateLinkedProgram()
4793 gl::Program *program = programIter.second; in CaptureShareGroupMidExecutionSetup() local
5454 const gl::Program *program = pipeline->getShaderProgram(shaderType); in CaptureMidExecutionSetup() local
5471 gl::Program *program = pipeline->getActiveShaderProgram(); in CaptureMidExecutionSetup() local
7381 gl::Program *program = context->getProgramResolveLink(id); in overrideProgramBinary() local
[all …]
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp703 int32_t GLContext::getAttribLocation(uint32_t program, const char *name) in getAttribLocation()
767 int32_t GLContext::getUniformLocation(uint32_t program, const char *name) in getUniformLocation()
850 glu::ShaderProgram *program = DE_NULL; in createProgram() local
873 void GLContext::deleteProgram(uint32_t program) in deleteProgram()
888 void GLContext::useProgram(uint32_t program) in useProgram()
/aosp_15_r20/frameworks/native/libs/tonemap/
H A Dtonemap.cpp75 std::string program; in generateTonemapGainShaderSkSL() local
467 std::string program; in generateTonemapGainShaderSkSL() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1031 const glu::ShaderProgram program(renderCtx, in readFloatOrNormTextureWithLookupsAndVerify() local
1364 const glu::ShaderProgram program( in iterate() local
1637 const glu::ShaderProgram program( in iterate() local
2325 const glu::ShaderProgram program( in iterate() local
2782 const glu::ShaderProgram program( in iterate() local
3013 const glu::ShaderProgram program( in iterate() local
3271 const glu::ShaderProgram program( in iterate() local
3520 const glu::ShaderProgram program( in iterate() local
H A Des31fUniformLocationTests.cpp223 const glu::ShaderProgram program(m_renderCtx, sources); in run() local
365 bool UniformLocationCase::verifyLocations(const glu::ShaderProgram &program, const vector<UniformIn… in verifyLocations()
528 void UniformLocationCase::render(const glu::ShaderProgram &program, const vector<UniformInfo> &unif… in render()

1...<<11121314151617181920>>...62