| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineReferenceRenderer.cpp | 163 ReferenceRenderer(int surfaceWidth, int surfaceHeight, int numSamples, const tcu::TextureFormat& colorFormat, const tcu::TextureFormat& depthStencilFormat, const rr::Program* const program) ReferenceRenderer() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrRenderer.hpp | 124 const Program& program; member in rr::DrawCommand
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglSwapBuffersTests.cpp | 136 deUint32 program = 0; in createGLES2Program() local 297 deUint32 program = 0; executeForConfig() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pTextureCases.cpp | 195 void Texture2DRenderCase::setupProgram (deUint32 program) in setupProgram() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
| /applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/render/ |
| H A D | egl_core.cpp | 546 GLuint program = glCreateProgram(); in CreateProgram() local [all...] |
| /applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/ |
| H A D | egl_core.cpp | 550 GLuint program = glCreateProgram(); in CreateProgram() local [all...] |
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/ |
| H A D | egl_core.cpp | 552 GLuint program = glCreateProgram(); in CreateProgram() local [all...] |
| /foundation/ability/idl_tool/idl_tool_2/util/ |
| H A D | options.h | 291 std::string program; member in OHOS::Idl::Options
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | pipeline_state_object_vk.cpp | 191 const GpuShaderProgramVk& program = static_cast<const GpuShaderProgramVk&>(gpuShaderProgram); in GraphicsPipelineStateObjectVk() local 543 const GpuComputeProgramVk& program = static_cast<const GpuComputeProgramVk&>(gpuComputeProgram); in ComputePipelineStateObjectVk() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 60 static void child_start(struct child_data *child, const char *program) in child_start() argument
|
| /third_party/gn/src/base/ |
| H A D | command_line.cc | 165 CommandLine::CommandLine(const FilePath& program) in CommandLine() argument 300 void CommandLine::SetProgram(const FilePath& program) { in SetProgram() argument
|
| /third_party/glfw/examples/ |
| H A D | heightmap.c | 153 GLuint program = 0u; in make_shader_program() local 343 make_mesh(GLuint program) make_mesh() argument [all...] |
| /third_party/glslang/glslang/CInterface/ |
| H A D | glslang_c_interface.cpp | 64 glslang::TProgram* program; member 427 GLSLANG_EXPORT void glslang_program_delete(glslang_program_t* program) in glslang_program_delete() argument 436 GLSLANG_EXPORT void glslang_program_add_shader(glslang_program_t* program, glslang_shader_t* shader) in glslang_program_add_shader() argument 441 glslang_program_link(glslang_program_t* program, int messages) glslang_program_link() argument 446 glslang_program_add_source_text(glslang_program_t* program, glslang_stage_t stage, const char* text, size_t len) glslang_program_add_source_text() argument 451 glslang_program_set_source_file(glslang_program_t* program, glslang_stage_t stage, const char* file) glslang_program_set_source_file() argument 456 glslang_program_map_io(glslang_program_t* program) glslang_program_map_io() argument 461 glslang_program_get_info_log(glslang_program_t* program) glslang_program_get_info_log() argument 466 glslang_program_get_info_debug_log(glslang_program_t* program) glslang_program_get_info_debug_log() argument [all...] |
| /third_party/cups-filters/filter/ |
| H A D | sys5ippprinter.c | 620 char program[1024]; /* Program to run */ in exec_filters() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | pdftoippprinter.c | 670 char program[1024]; /* Program to run */ in exec_filters() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_assembler.cpp | 44 Program* program; member 789 fix_exports(asm_context& ctx, std::vector<uint32_t>& out, Program* program) in fix_exports() argument 992 emit_program(Program* program, std::vector<uint32_t>& code) emit_program() argument [all...] |
| H A D | aco_insert_exec_mask.cpp | 51 Program* program; member 83 Program* program; member 914 insert_exec_mask(Program* program) insert_exec_mask() argument [all...] |
| H A D | aco_lower_to_cssa.cpp | 65 Program* program; member 528 lower_to_cssa(Program* program, live& live_vars) lower_to_cssa() argument [all...] |
| H A D | aco_live_var_analysis.cpp | 107 process_live_temps_per_block(Program* program, live& lives, Block* block, unsigned& worklist, in process_live_temps_per_block() argument 283 calc_waves_per_workgroup(Program* program) calc_waves_per_workgroup() argument 294 get_extra_sgprs(Program* program) get_extra_sgprs() argument 323 get_sgpr_alloc(Program* program, uint16_t addressable_sgprs) get_sgpr_alloc() argument 331 get_vgpr_alloc(Program* program, uint16_t addressable_vgprs) get_vgpr_alloc() argument 345 get_addr_sgpr_from_waves(Program* program, uint16_t waves) get_addr_sgpr_from_waves() argument 355 get_addr_vgpr_from_waves(Program* program, uint16_t waves) get_addr_vgpr_from_waves() argument 363 calc_min_waves(Program* program) calc_min_waves() argument 371 max_suitable_waves(Program* program, uint16_t waves) max_suitable_waves() argument 408 update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand) update_vgpr_sgpr_demand() argument 435 live_var_analysis(Program* program) live_var_analysis() argument [all...] |
| H A D | aco_ir.cpp | 68 init_program(Program* program, Stage stage, const struct aco_shader_info* info, in init_program() argument [all...] |
| H A D | aco_print_ir.cpp | 870 aco_print_program(const Program* program, FILE* output, const live& live_vars, unsigned flags) in aco_print_program() argument 905 aco_print_program(const Program* program, FIL argument [all...] |
| H A D | aco_validate.cpp | 37 aco_log(Program* program, enum aco_compiler_debug_level level, const char* prefix, in aco_log() argument 60 _aco_perfwarn(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_perfwarn() argument 70 _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_err() argument 80 validate_ir(Program* program) validate_ir() argument 753 ra_fail(Program* program, Location loc, Location loc2, const char* fmt, ...) ra_fail() argument 885 get_subdword_bytes_written(Program* program, const aco_ptr<Instruction>& instr, unsigned index) get_subdword_bytes_written() argument 941 validate_instr_defs(Program* program, std::array<unsigned, 2048>& regs, const std::vector<Assignment>& assignments, const Location& loc, aco_ptr<Instruction>& instr) validate_instr_defs() argument 991 validate_ra(Program* program) validate_ra() argument [all...] |
| /third_party/libcoap/examples/ |
| H A D | etsi_iot_01.c | 517 usage(const char *program, const char *version) { in usage() argument
|