| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_llvm_helper.cpp | 32 : family(arg_family), tm_options(arg_tm_options), passes(NULL) {} 36 ac_destroy_llvm_passes(passes); 47 passes = ac_create_llvm_passes(llvm_info.tm); 48 if (!passes) 57 return ac_compile_module_to_binary(passes, module, binary); 71 struct ac_compiler_passes *passes; member in class:radv_llvm_per_thread_info 91 struct ac_compiler_passes *passes = ac_create_llvm_passes(info->tm); local in function:radv_compile_to_binary 92 bool ret = ac_compile_module_to_binary(passes, module, binary); 93 ac_destroy_llvm_passes(passes);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_llvm_helper.cpp | 31 : family(arg_family), tm_options(arg_tm_options), wave_size(arg_wave_size), passes(NULL) 45 passes = ac_create_llvm_passes(llvm_info.tm); 46 if (!passes) 54 return ac_compile_module_to_elf(passes, module, pelf_buffer, pelf_size); 70 struct ac_compiler_passes *passes; member in class:radv_llvm_per_thread_info 90 struct ac_compiler_passes *passes = ac_create_llvm_passes(info->tm); local in function:radv_compile_to_elf 91 bool ret = ac_compile_module_to_elf(passes, module, pelf_buffer, pelf_size); 92 ac_destroy_llvm_passes(passes);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | optimization_test.py | 62 passes = 0 89 passes += 1 91 print('{}/{} tests returned correct results'.format(passes, total)) 92 exit(0 if passes == total else 1)
|
| /xsrc/external/mit/MesaLib/dist/docs/nir/ |
| H A D | index.rst | 7 functions, optimization passes, and lowering passes for building a compiler
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | optimization_test.py | 78 passes = 0 112 passes += 1 114 print('{}/{} tests returned correct results'.format(passes, total)) 115 exit(0 if passes == total else 1)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | streamout_jit.cpp | 35 #include "functionpasses/passes.h" 309 ::FunctionPassManager passes(JM()->mpCurrentModule); 311 passes.add(createBreakCriticalEdgesPass()); 312 passes.add(createCFGSimplificationPass()); 313 passes.add(createEarlyCSEPass()); 314 passes.add(createPromoteMemoryToRegisterPass()); 315 passes.add(createCFGSimplificationPass()); 316 passes.add(createEarlyCSEPass()); 317 passes.add(createInstructionCombiningPass()); 318 passes [all...] |
| H A D | blend_jit.cpp | 35 #include "functionpasses/passes.h" 864 ::FunctionPassManager passes(JM()->mpCurrentModule); 866 passes.add(createBreakCriticalEdgesPass()); 867 passes.add(createCFGSimplificationPass()); 868 passes.add(createEarlyCSEPass()); 869 passes.add(createPromoteMemoryToRegisterPass()); 870 passes.add(createCFGSimplificationPass()); 871 passes.add(createEarlyCSEPass()); 872 passes.add(createInstructionCombiningPass()); 873 passes [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | streamout_jit.cpp | 35 #include "functionpasses/passes.h" 308 ::FunctionPassManager passes(JM()->mpCurrentModule); 310 passes.add(createBreakCriticalEdgesPass()); 311 passes.add(createCFGSimplificationPass()); 312 passes.add(createEarlyCSEPass()); 313 passes.add(createPromoteMemoryToRegisterPass()); 314 passes.add(createCFGSimplificationPass()); 315 passes.add(createEarlyCSEPass()); 316 passes.add(createInstructionCombiningPass()); 318 passes [all...] |
| H A D | blend_jit.cpp | 35 #include "functionpasses/passes.h" 866 ::FunctionPassManager passes(JM()->mpCurrentModule); 868 passes.add(createBreakCriticalEdgesPass()); 869 passes.add(createCFGSimplificationPass()); 870 passes.add(createEarlyCSEPass()); 871 passes.add(createPromoteMemoryToRegisterPass()); 872 passes.add(createCFGSimplificationPass()); 873 passes.add(createEarlyCSEPass()); 874 passes.add(createInstructionCombiningPass()); 876 passes [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | linehacks.c | 139 int passes, pass; local in function:Draw 145 passes = 5; 148 passes = 1; 162 for (pass = 0; pass < passes; pass++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_util.h | 84 struct ac_compiler_passes *passes; member in struct:ac_llvm_compiler
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_util.h | 84 struct ac_compiler_passes *passes; member in struct:ac_llvm_compiler
|
| H A D | ac_llvm_util.c | 221 /* Normally, the pass manager runs all passes on one function before 224 * that the following passes are only run on the remaining non-inline 392 ac_destroy_llvm_passes(compiler->passes);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | dsa.rst | 47 The operation to carry out if the stencil test passes but the depth test
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | dsa.rst | 47 The operation to carry out if the stencil test passes but the depth test
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.5.rst | 70 - glsl: Reduce memory consumption of copy propagation passes.
|
| H A D | 21.1.7.rst | 49 - nir/lower_mediump: Fix metadata in all passes
|
| H A D | 17.3.4.rst | 33 - Piglit shaders@ssa@fs-if-def-else-break fails with sb but passes 96 - radv: add fs_key meta format support to resolve passes.
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_video.c | 387 * The block is split into 'passes' pieces of 'hpass' lines which fit entirely 410 int err=-1, i, idx, offset, hpass, passes, srcpassbytes, dstpassbytes; local in function:R128DMA 422 if ((passes = (h+hpass-1)/hpass) > MAXPASSES) 433 req.request_count = passes; 442 if (req.granted_count < passes) { 451 for (i=0, offset=dst-fb; i<passes; i++, offset+=dstpassbytes) { 452 if (i == (passes-1) && (h % hpass) != 0) {
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | viewperf.rst | 188 If either of the two passes happen to use a software fallback of some 189 sort, the Z values of fragments may be different between the two passes. 193 path for drawing with polygon stipple. Since the two passes are rendered 201 invariance, both passes should enable polygon stipple and blending with 203 both passes.
|
| H A D | shading.rst | 24 transforms the vertex position with ftransform() and passes through 26 - **nopfrag** - force fragment shader to be a simple shader that passes
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | rndr_gu1.c | 623 unsigned short blit_mode, passes, cur_y, pat_y, i; local in function:gu1_color_pattern_fill 656 passes = (height < 8) ? height : 8; 663 for (i = 0; i < passes; i++) {
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | progtest.m4 | 21 # Search path for a program which passes the given test.
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | Makefile.in | 525 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ 526 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | Makefile.sources | 159 rasterizer/jitter/functionpasses/passes.h \
|