/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
|
/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...] |
H A D | aco_statistics.cpp | 38 collect_presched_stats(Program* program) in collect_presched_stats() argument 63 Program* program; member in aco::BlockCycleEstimator 108 get_perf_info(Program* program, aco_ptr<Instruction>& instr) in get_perf_info() argument 259 get_wait_imm(Program* program, aco_ptr<Instruction>& instr) get_wait_imm() argument 435 collect_preasm_stats(Program* program) collect_preasm_stats() argument 572 collect_postasm_stats(Program* program, const std::vector<uint32_t>& code) collect_postasm_stats() argument [all...] |
/third_party/libcoap/examples/ |
H A D | etsi_iot_01.c | 517 usage(const char *program, const char *version) { in usage() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pipelineobj.c | 288 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in _mesa_UseProgramStages() argument 381 active_shader_program(struct gl_context *ctx, GLuint pipeline, GLuint program, bool no_error) active_shader_program() argument 420 _mesa_ActiveShaderProgram_no_error(GLuint pipeline, GLuint program) _mesa_ActiveShaderProgram_no_error() argument 431 _mesa_ActiveShaderProgram(GLuint pipeline, GLuint program) _mesa_ActiveShaderProgram() argument [all...] |
H A D | uniform_query.cpp | 54 _mesa_GetActiveUniform_impl(GLuint program, GLuint index, in _mesa_GetActiveUniform_impl() argument 97 _mesa_GetActiveUniform(GLuint program, GLuint index, in _mesa_GetActiveUniform() argument 133 _mesa_GetActiveUniformsiv(GLuint program, in _mesa_GetActiveUniformsiv() argument 303 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, GLsizei bufSize, enum glsl_base_type returnType, GLvoid *paramsOut) _mesa_get_uniform() argument [all...] |
H A D | arbprogram.c | 485 _mesa_NamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid *string) _mesa_NamedProgramStringEXT() argument 655 _mesa_NamedProgramLocalParameter4fEXT(GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) _mesa_NamedProgramLocalParameter4fEXT() argument 690 _mesa_NamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *params) _mesa_NamedProgramLocalParameter4fvEXT() argument 732 _mesa_NamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) _mesa_NamedProgramLocalParameters4fvEXT() argument 758 _mesa_NamedProgramLocalParameter4dEXT(GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) _mesa_NamedProgramLocalParameter4dEXT() argument 778 _mesa_NamedProgramLocalParameter4dvEXT(GLuint program, GLenum target, GLuint index, const GLdouble *params) _mesa_NamedProgramLocalParameter4dvEXT() argument 806 _mesa_GetNamedProgramLocalParameterfvEXT(GLuint program, GLenum target, GLuint index, GLfloat *params) _mesa_GetNamedProgramLocalParameterfvEXT() argument 843 _mesa_GetNamedProgramLocalParameterdvEXT(GLuint program, GLenum target, GLuint index, GLdouble *params) _mesa_GetNamedProgramLocalParameterdvEXT() argument 1045 _mesa_GetNamedProgramivEXT(GLuint program, GLenum target, GLenum pname, GLint *params) _mesa_GetNamedProgramivEXT() argument 1095 _mesa_GetNamedProgramStringEXT(GLuint program, GLenum target, GLenum pname, GLvoid *string) _mesa_GetNamedProgramStringEXT() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atifs_to_nir.c | 429 st_atifs_setup_uniforms(struct st_translate *t, struct gl_program *program) in st_atifs_setup_uniforms() argument 443 st_translate_atifs_program(struct ati_fragment_shader *atifs, const struct st_fp_variant_key *key, struct gl_program *program, const nir_shader_compiler_options *options) st_translate_atifs_program() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureSwizzleTests.cpp | 323 const Program program; in populateTextureSwizzleTests() member 452 const Program program; in populateTextureSwizzleTests() member 465 const Program program; in populateTextureSwizzleTests() member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_params.cpp | 101 CaptureGetProgramInterfaceiv_params(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetProgramInterfaceiv_params() argument 158 CaptureGetProgramResourceIndex_name(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, const GLchar *name, ParamCapture *paramCapture) CaptureGetProgramResourceIndex_name() argument 168 CaptureGetProgramResourceLocation_name(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, const GLchar *name, ParamCapture *paramCapture) CaptureGetProgramResourceLocation_name() argument 178 CaptureGetProgramResourceName_length(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name, ParamCapture *paramCapture) CaptureGetProgramResourceName_length() argument 191 CaptureGetProgramResourceName_name(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name, ParamCapture *paramCapture) CaptureGetProgramResourceName_name() argument 204 CaptureGetProgramResourceiv_props(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetProgramResourceiv_props() argument 219 CaptureGetProgramResourceiv_length(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetProgramResourceiv_length() argument 234 CaptureGetProgramResourceiv_params(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetProgramResourceiv_params() argument 274 CaptureProgramUniform1fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform1fv_value() argument 285 CaptureProgramUniform1iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform1iv_value() argument 296 CaptureProgramUniform1uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform1uiv_value() argument 307 CaptureProgramUniform2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform2fv_value() argument 318 CaptureProgramUniform2iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform2iv_value() argument 329 CaptureProgramUniform2uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform2uiv_value() argument 340 CaptureProgramUniform3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform3fv_value() argument 351 CaptureProgramUniform3iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform3iv_value() argument 362 CaptureProgramUniform3uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform3uiv_value() argument 373 CaptureProgramUniform4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform4fv_value() argument 384 CaptureProgramUniform4iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform4iv_value() argument 395 CaptureProgramUniform4uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform4uiv_value() argument 406 CaptureProgramUniformMatrix2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2fv_value() argument 418 CaptureProgramUniformMatrix2x3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2x3fv_value() argument 430 CaptureProgramUniformMatrix2x4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2x4fv_value() argument 442 CaptureProgramUniformMatrix3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3fv_value() argument 454 CaptureProgramUniformMatrix3x2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3x2fv_value() argument 466 CaptureProgramUniformMatrix3x4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3x4fv_value() argument 478 CaptureProgramUniformMatrix4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4fv_value() argument 490 CaptureProgramUniformMatrix4x2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4x2fv_value() argument 502 CaptureProgramUniformMatrix4x3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4x3fv_value() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramPipeline.cpp | 85 Program *program = mPrograms[shaderType]; in useProgramStage() local 125 const Program *program = getShaderProgram(shaderType); updateExecutableTextures() local 141 const Program *program = getShaderProgram(shaderType); getSpecConstUsageBits() local 219 Program *program = mState.mPrograms[shaderType]; updateLinkedShaderStages() local 560 Program *program = getShaderProgram(shaderType); linkVaryings() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 251 CLProgramImpl::Ptr CLContextCL::createProgramWithSource(const cl::Program &program, in createProgramWithSource() argument 263 CLProgramImpl::Ptr CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL() argument 274 CLProgramImpl::Ptr CLContextCL::createProgramWithBinary(const cl::Program &program, in createProgramWithBinary() argument 294 CLProgramImpl::Ptr CLContextCL::createProgramWithBuiltInKernels(const cl::Program &program, in createProgramWithBuiltInKernels() argument 310 linkProgram(const cl::Program &program, const cl::DevicePtrs &devices, const char *options, const cl::ProgramPtrs &inputPrograms, cl::Program *notify, cl_int &errorCode) linkProgram() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureClampTests.cpp | 464 void SparseTextureClampLookupResidencyTestCase::draw(GLint target, GLint layer, const ShaderProgram& program) in draw() argument [all...] |