| /third_party/glslang/SPIRV/CInterface/ |
| H A D | spirv_c_interface.cpp | 42 glslang::TProgram* program; member 84 GLSLANG_EXPORT void glslang_program_SPIRV_generate(glslang_program_t* program, glslang_stage_t stage) in glslang_program_SPIRV_generate() argument 93 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang_stage_t stage, glslang_spv_options_t* spv_options) { in glslang_program_SPIRV_generate_with_options() argument 103 GLSLANG_EXPORT size_t glslang_program_SPIRV_get_size(glslang_program_t* program) { return program argument 105 glslang_program_SPIRV_get(glslang_program_t* program, unsigned int* out) glslang_program_SPIRV_get() argument 110 glslang_program_SPIRV_get_ptr(glslang_program_t* program) glslang_program_SPIRV_get_ptr() argument 115 glslang_program_SPIRV_get_messages(glslang_program_t* program) glslang_program_SPIRV_get_messages() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_form_hard_clauses.cpp | 65 form_hard_clauses(Program* program) in form_hard_clauses() argument
|
| H A D | aco_reindex_ssa.cpp | 64 reindex_program(idx_ctx& ctx, Program* program) in reindex_program() argument 111 reindex_ssa(Program* program) reindex_ssa() argument 120 reindex_ssa(Program* program, std::vector<IDSet>& live_out) reindex_ssa() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | program.hpp | 35 class program : public ref_counter, public _cl_program { class
|
| H A D | program.cpp | 28 program::program(clover::context &ctx, std::string &&source, in program() function in program 34 program::program(clover::context &ctx, in program() function in program [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | D3D11InputLayoutCacheTest.cpp | 85 GLuint program = makeProgramWithAttribCount(attribCount); in TEST_P() local 98 GLuint program = programs[attribCount]; in TEST_P() local
|
| H A D | PackUnpackTest.cpp | 103 void compareBeforeAfter(GLuint program, float input1, float input2) in compareBeforeAfter() argument 108 void compareBeforeAfter(GLuint program, in compareBeforeAfter() argument
|
| H A D | ShaderInterpTest.cpp | 26 void draw(GLuint program, float skew) in draw() argument
|
| H A D | FenceSyncTests.cpp | 297 GLuint program = 0; in TEST_P() local
|
| /third_party/skia/src/gpu/mtl/ |
| H A D | GrMtlUniformHandler.h | 57 explicit GrMtlUniformHandler(GrGLSLProgramBuilder* program) in GrMtlUniformHandler() argument
|
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLFragmentShaderBuilder.cpp | 15 GrGLSLFragmentShaderBuilder::GrGLSLFragmentShaderBuilder(GrGLSLProgramBuilder* program) in GrGLSLFragmentShaderBuilder() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl_function_decl_test.cc | 90 Program program = p->program(); in TEST_F() local 104 Program program = p->program(); in TEST_F() local 123 Program program = p->program(); in TEST_F() local 148 Program program in TEST_F() local 166 Program program = p->program(); TEST_F() local 186 Program program = p->program(); TEST_F() local 213 Program program = p->program(); TEST_F() local 239 Program program = p->program(); TEST_F() local 270 Program program = p->program(); TEST_F() local 300 Program program = p->program(); TEST_F() local 334 Program program = p->program(); TEST_F() local 352 Program program = p->program(); TEST_F() local 385 Program program = p->program(); TEST_F() local 416 Program program = p->program(); TEST_F() local 439 Program program = p->program(); TEST_F() local 463 Program program = p->program(); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | test_helper.h | 57 auto program = reader::wgsl::Parse(file.get()); local 71 Output Run(Program&& program, const DataMap& data = {}) { in Run() argument [all...] |
| H A D | transform.cc | 49 Output Transform::Run(const Program* program, const DataMap& data /* = {} */) { in Run() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluProgramInterfaceQuery.cpp | 33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceUint() argument 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst) in getProgramResourceName() argument 61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables) in getProgramInterfaceActiveVariables() argument 74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info) in getProgramInterfaceBlockInfo() argument 86 getProgramInterfaceVariableInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info) getProgramInterfaceVariableInfo() argument [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContextUtil.cpp | 31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) in drawQuad() argument 44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) in drawQuadWithVaoBuffers() argument 114 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) in drawQuadWithClientPointers() argument [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/ |
| H A D | child_widget.cpp | 105 QString program = QApplication::applicationFilePath();
in RestartApp() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | opencl.h | 43 cl_program program; member
|
| /third_party/glfw/examples/ |
| H A D | offscreen.c | 78 GLuint vertex_buffer, vertex_shader, fragment_shader, program; in main() local
|
| /third_party/alsa-utils/alsactl/ |
| H A D | init_utils_run.c | 40 char program[PATH_SIZE]; in run_program0() local [all...] |
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_cache.c | 43 struct gl_program *program; member 204 _mesa_program_cache_insert(struct gl_context *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_program *program) _mesa_program_cache_insert() argument 233 _mesa_shader_cache_insert(struct gl_context *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_shader_program *program) _mesa_shader_cache_insert() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | get_hash_generator.py | 138 program = os.path.basename(sys.argv[0]) variable
|
| H A D | program_resource.c | 71 lookup_linked_program(GLuint program, const char *caller) in lookup_linked_program() argument 89 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramInterfaceiv() argument 146 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceIndex() argument 216 _mesa_GetProgramResourceName(GLuint program, GLenu argument 249 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) _mesa_GetProgramResourceiv() argument 282 _mesa_GetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar *name) _mesa_GetProgramResourceLocation() argument 338 _mesa_GetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const GLchar *name) _mesa_GetProgramResourceLocationIndex() argument [all...] |
| /third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
| H A D | rpc1.c | 14 int program = 2000333; variable
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_debug_fp.c | 192 print_arith_op(char **stream, unsigned opcode, const unsigned *program) in print_arith_op() argument 219 print_tex_op(char **stream, unsigned opcode, const unsigned *program) in print_tex_op() argument 234 print_texkil_op(char **stream, unsigned opcode, const unsigned *program) print_texkil_op() argument 244 print_dcl_op(char **stream, unsigned opcode, const unsigned *program) print_dcl_op() argument 274 i915_disassemble_program(const unsigned *program, unsigned sz) i915_disassemble_program() argument [all...] |