| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program.h | 67 bool is_arb_asm); 71 bool is_arb_asm);
|
| H A D | program.c | 185 bool is_arb_asm) 196 prog->is_arb_asm = is_arb_asm; 209 if (is_arb_asm) { 233 bool is_arb_asm) 243 return _mesa_init_gl_program(prog, target, id, is_arb_asm); 184 _mesa_init_gl_program(struct gl_program * prog,GLenum target,GLuint id,bool is_arb_asm) argument 232 _mesa_new_program(struct gl_context * ctx,GLenum target,GLuint id,bool is_arb_asm) argument
|
| H A D | ir_to_mesa.cpp | 2543 if (ctx->Const.PackedDriverUniformStorage && !prog->is_arb_asm) { 2636 if (ctx->Const.PackedDriverUniformStorage && !prog->is_arb_asm &&
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program.h | 67 GLuint id, bool is_arb_asm); 71 bool is_arb_asm);
|
| H A D | program.c | 186 GLuint id, bool is_arb_asm) 197 prog->info.is_arb_asm = is_arb_asm; 210 if (is_arb_asm) { 234 bool is_arb_asm) 238 return _mesa_init_gl_program(prog, stage, id, is_arb_asm); 185 _mesa_init_gl_program(struct gl_program * prog,gl_shader_stage stage,GLuint id,bool is_arb_asm) argument 233 _mesa_new_program(struct gl_context * ctx,gl_shader_stage stage,GLuint id,bool is_arb_asm) argument
|
| H A D | ir_to_mesa.cpp | 2503 if (ctx->Const.PackedDriverUniformStorage && !prog->info.is_arb_asm) { 2596 if (ctx->Const.PackedDriverUniformStorage && !prog->info.is_arb_asm &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_program.c | 59 bool is_arb_asm) 65 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm); 70 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm); 77 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm); 82 return _mesa_init_gl_program(&prog->Base, target, id, is_arb_asm); 58 st_new_program(struct gl_context * ctx,GLenum target,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_program.c | 58 bool is_arb_asm) 71 return _mesa_init_gl_program(&prog->Base, stage, id, is_arb_asm); 57 st_new_program(struct gl_context * ctx,gl_shader_stage stage,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_vs.c | 131 if (vp->program.is_arb_asm) 141 if (!vp->program.is_arb_asm) { 170 if (vp->program.is_arb_asm) 177 !vp->program.is_arb_asm); 186 if (!vp->program.is_arb_asm) {
|
| H A D | brw_wm.c | 89 if (fp->program.is_arb_asm) 94 if (!fp->program.is_arb_asm) { 115 !fp->program.is_arb_asm); 117 !fp->program.is_arb_asm); 119 !fp->program.is_arb_asm); 130 if (!fp->program.is_arb_asm) { 156 if (unlikely((INTEL_DEBUG & DEBUG_WM) && fp->program.is_arb_asm))
|
| H A D | brw_program.c | 77 GLuint id, bool is_arb_asm); 192 GLuint id, bool is_arb_asm) 200 return _mesa_init_gl_program(&prog->program, target, id, is_arb_asm); 191 brwNewProgram(struct gl_context * ctx,GLenum target,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_vs.c | 127 if (vp->program.info.is_arb_asm) 137 if (!vp->program.info.is_arb_asm) { 176 if (vp->program.info.is_arb_asm) 194 !vp->program.info.is_arb_asm); 199 if (!vp->program.info.is_arb_asm) {
|
| H A D | brw_wm.c | 89 if (fp->program.info.is_arb_asm) 94 if (!fp->program.info.is_arb_asm) { 129 !fp->program.info.is_arb_asm); 132 !fp->program.info.is_arb_asm); 135 !fp->program.info.is_arb_asm); 141 if (!fp->program.info.is_arb_asm) { 167 if (INTEL_DEBUG(DEBUG_WM) && fp->program.info.is_arb_asm)
|
| H A D | brw_program.c | 77 GLuint id, bool is_arb_asm); 226 GLuint id, bool is_arb_asm) 234 return _mesa_init_gl_program(&prog->program, stage, id, is_arb_asm); 224 brw_new_program(struct gl_context * ctx,gl_shader_stage stage,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | standalone.cpp | 102 init_gl_program(struct gl_program *prog, bool is_arb_asm, gl_shader_stage stage) argument 106 prog->info.is_arb_asm = is_arb_asm; 112 UNUSED GLuint id, bool is_arb_asm) 115 init_gl_program(prog, is_arb_asm, stage); 111 new_program(UNUSED struct gl_context * ctx,gl_shader_stage stage,UNUSED GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | standalone.cpp | 101 init_gl_program(struct gl_program *prog, bool is_arb_asm) argument 105 prog->is_arb_asm = is_arb_asm; 110 UNUSED GLuint id, bool is_arb_asm) 120 init_gl_program(prog, is_arb_asm); 109 new_program(UNUSED struct gl_context * ctx,GLenum target,UNUSED GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_info.h | 286 bool is_arb_asm; member in struct:shader_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 1125 bool is_arb_asm) 1130 return _mesa_init_gl_program(prog, target, id, is_arb_asm); 1140 is_arb_asm); 1149 return _mesa_new_program(ctx, target, id, is_arb_asm); 1124 i915NewProgram(struct gl_context * ctx,GLenum target,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 1125 bool is_arb_asm) 1130 return _mesa_init_gl_program(prog, stage, id, is_arb_asm); 1140 is_arb_asm); 1149 return _mesa_new_program(ctx, stage, id, is_arb_asm); 1124 i915NewProgram(struct gl_context * ctx,gl_shader_stage stage,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 1187 bool is_arb_asm) 1193 return _mesa_init_gl_program(&vp->mesa_program, target, id, is_arb_asm); 1197 return _mesa_init_gl_program(prog, target, id, is_arb_asm); 1186 r200NewProgram(struct gl_context * ctx,GLenum target,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 1187 bool is_arb_asm) 1193 return _mesa_init_gl_program(&vp->mesa_program, stage, id, is_arb_asm); 1197 return _mesa_init_gl_program(prog, stage, id, is_arb_asm); 1186 r200NewProgram(struct gl_context * ctx,gl_shader_stage stage,GLuint id,bool is_arb_asm) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 862 nir->info.is_arb_asm);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dd.h | 454 GLuint id, bool is_arb_asm);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_program.c | 1203 prog_data->use_alt_mode = nir->info.is_arb_asm; 1832 prog_data->use_alt_mode = nir->info.is_arb_asm;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 1331 prog_data->use_alt_mode = nir->info.is_arb_asm; 1950 prog_data->use_alt_mode = nir->info.is_arb_asm;
|