/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderPerformanceMeasurer.cpp | 142 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int calibratorInitialNumCalls) in init() argument
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluProgramInterfaceQuery.hpp | 103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceInt() argument 108 getProgramResourceName(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramResourceName() argument 115 getProgramInterfaceBlockInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramInterfaceBlockInfo() argument 122 getProgramInterfaceVariableInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramInterfaceVariableInfo() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLProgramCL.cpp | 19 CLProgramCL::CLProgramCL(const cl::Program &program, cl_program native) in CLProgramCL() argument 150 void CLProgramCL::Callback(cl_program program, void *userData) in Callback() argument
|
/third_party/glslang/gtests/ |
H A D | GlslMapIO.FromFile.cpp | 60 bool verifyIOMapping(std::string& linkingError, glslang::TProgram& program) { in verifyIOMapping() argument 281 glslang::TProgram program; TEST_P() local [all...] |
H A D | VkRelaxed.FromFile.cpp | 60 bool verifyIOMapping(std::string& linkingError, glslang::TProgram& program) { in verifyIOMapping() argument 228 glslang::TProgram program; TEST_P() local [all...] |
/third_party/glfw/tests/ |
H A D | cursor.c | 333 GLuint vertex_buffer, vertex_shader, fragment_shader, program; in main() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 54 get_ssa(Program* program, unsigned block_idx, ssa_state* state, bool input) in get_ssa() argument 138 build_merge_code(Program* program, ssa_state* state, Block* block, Operand cur) build_merge_code() argument 196 init_any_pred_defined(Program* program, ssa_state* state, Block* block, aco_ptr<Instruction>& phi) init_any_pred_defined() argument 252 lower_divergent_bool_phi(Program* program, ssa_state* state, Block* block, aco_ptr<Instruction>& phi) lower_divergent_bool_phi() argument 312 lower_subdword_phis(Program* program, Block* block, aco_ptr<Instruction>& phi) lower_subdword_phis() argument 339 lower_phis(Program* program) lower_phis() argument [all...] |
H A D | aco_instruction_selection.h | 59 Program* program; member
|
H A D | aco_opt_value_numbering.cpp | 290 Program* program; member 454 value_numbering(Program* program) in value_numbering() argument [all...] |
H A D | aco_optimizer_postRA.cpp | 57 Program* program; member 491 optimize_postRA(Program* program) in optimize_postRA() argument [all...] |
H A D | aco_print_asm.cpp | 46 get_referenced_blocks(Program* program) in get_referenced_blocks() argument 58 print_block_markers(FILE* output, Program* program, const std::vector<bool>& referenced_blocks, in print_block_markers() argument 80 print_constant_data(FILE* output, Program* program) in print_constant_data() argument 156 get_branch_target(char** output, Program* program, const std::vector<bool>& referenced_blocks, char** line_start) get_branch_target() argument 175 print_asm_clrx(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) print_asm_clrx() argument 341 print_asm_llvm(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) print_asm_llvm() argument 414 check_print_asm_support(Program* program) check_print_asm_support() argument 445 print_asm(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) print_asm() argument [all...] |
H A D | aco_ssa_elimination.cpp | 46 Program* program; member 393 ssa_elimination(Program* program) ssa_elimination() argument [all...] |
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.c | 335 const unsigned *program = brw_compile_cs(compiler, mem_ctx, ¶ms); in blorp_compile_cs() local 385 const unsigned *program; in blorp_ensure_sf_program() local
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | quad-tex.c | 64 struct program struct
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_hardcode.c | 151 const char *const program = util_get_process_name(); in pvr_hard_code_shader_required() local 170 const char *const program = util_get_process_name(); in pvr_get_hard_coding_data() local
|
H A D | pvr_pass.c | 165 struct pvr_pds_pixel_shader_sa_program program = { in pvr_pds_unitex_state_program_create_and_upload() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_ff_gs.c | 570 const GLuint *program; in brw_compile_ff_gs_prog() local
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.hpp | 149 const intrusive_ref<clover::program> program; member in clover::kernel
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_build_util.h | 207 void BuildUtil::setProgram(Program *program) in setProgram() argument
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttranshuge.c | 288 static void usage(char *program) in usage() argument
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttranshuge.c | 288 static void usage(char *program) in usage() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPrograms.hpp | 164 Program& program = add(name); in add() local 173 void ProgramCollection<Program, BuildOptions>::add (const std::string& name, de::MovePtr<Program>& program) in add() argument [all...] |
H A D | vkShaderToSpirV.cpp | 367 bool compileGlslToSpirV (const GlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileGlslToSpirV() argument 372 compileHlslToSpirV(const HlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) compileHlslToSpirV() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/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/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | MemoryProgramCache.cpp | 107 ComputeHash(const Context *context, const Program *program, egl::BlobCache::Key *hashOut) ComputeHash() argument 139 getProgram(const Context *context, Program *program, egl::BlobCache::Key *hashOut) getProgram() argument 207 putProgram(const egl::BlobCache::Key &programHash, const Context *context, const Program *program) putProgram() argument 240 updateProgram(const Context *context, const Program *program) updateProgram() argument [all...] |