| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 301 if (reg + 1 > ifs->num_constants) 302 ifs->num_constants = reg + 1; 339 if (reg + 1 > ifs->num_constants) 340 ifs->num_constants = reg + 1; 374 if (reg + 1 > ifs->num_constants) 375 ifs->num_constants = reg + 1;
|
| H A D | i915_fpc_translate.c | 125 fs->num_constants = 0; 984 ifs->num_constants = MAX2(ifs->num_constants, i + 1); 1029 ifs->num_constants = MAX2(ifs->num_constants, j + 1); 1079 ifs->num_constants = 0;
|
| H A D | i915_state_emit.c | 375 int nr = i915->fs->num_constants ? 376 2 + 4*i915->fs->num_constants : 0; 387 const uint nr = i915->fs->num_constants;
|
| H A D | i915_context.h | 122 uint num_constants; member in struct:i915_fragment_shader
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 287 if (reg + 1 > ifs->num_constants) 288 ifs->num_constants = reg + 1; 325 if (reg + 1 > ifs->num_constants) 326 ifs->num_constants = reg + 1; 357 if (reg + 1 > ifs->num_constants) 358 ifs->num_constants = reg + 1;
|
| H A D | i915_fpc_translate.c | 93 fs->num_constants = 0; 781 ifs->num_constants = MAX2(ifs->num_constants, i + 1); 823 ifs->num_constants = MAX2(ifs->num_constants, j + 1); 874 ifs->num_constants = 0; 964 p->nr_tex_insn, p->nr_tex_indirect, ifs->num_constants); 1018 mesa_logi("i915 fragment shader with %d constants%s", fs->num_constants, 1019 fs->num_constants ? ":" : "");
|
| H A D | i915_state_emit.c | 321 int nr = i915->fs->num_constants ? 2 + 4 * i915->fs->num_constants : 0; 332 const uint32_t nr = i915->fs->num_constants;
|
| H A D | i915_context.h | 114 uint32_t num_constants; member in struct:i915_fragment_shader
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_cmdline.c | 58 .num_constants = 168,
|
| H A D | etnaviv_internal.h | 136 unsigned num_constants; member in struct:etna_specs
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_cmdline.c | 58 .num_constants = 168,
|
| H A D | etnaviv_internal.h | 141 unsigned num_constants; member in struct:etna_specs
|
| H A D | etnaviv_screen.c | 686 } else if (screen->specs.num_constants == 320) { 689 } else if (screen->specs.num_constants > 256 && 694 } else if (screen->specs.num_constants > 256) { 697 } else if (screen->specs.num_constants == 256) { 781 screen->specs.num_constants = val;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.h | 125 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:lp_jit_context 164 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants")
|
| H A D | lp_jit.c | 174 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, num_constants,
|
| H A D | lp_setup.c | 1085 int num_constants; local in function:try_update_scene_state 1131 num_constants = 1133 setup->fs.current.jit_context.num_constants[i] = num_constants;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.h | 154 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:lp_jit_context 206 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants") 437 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:lp_jit_cs_context 475 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_NUM_CONSTANTS, "num_constants")
|
| H A D | lp_jit.c | 252 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, num_constants, 474 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, num_constants,
|
| H A D | lp_setup.c | 1269 int num_constants; local in function:try_update_scene_state 1315 num_constants = 1317 setup->fs.current.jit_context.num_constants[i] = num_constants;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | bytecode.c | 252 int num_constants; member in struct:_LispCom::__anoncf77c6ed1008 679 short stack, num_constants, num_symbols, num_builtins, num_bytecodes; local in function:Lisp_Disassemble 701 num_constants = *(short*)stream; 711 stream += num_constants * sizeof(LispObj*); 720 for (i = 0; i < num_constants; i++) { 1241 short i, num_constants; local in function:MakeBytecodeObject 1260 num_constants = *(short*)stream; 1266 for (i = 0; i < num_constants; i++) { 2408 &com->table.num_constants) > 0xff) { 2616 com->table.num_constants); 2861 short num_constants, num_symbols, num_builtins, num_codes; local in function:ExecuteBytecode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.h | 265 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:draw_gs_jit_context 309 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_NUM_CONSTANTS, "num_constants") 346 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:draw_tcs_jit_context 378 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_NUM_CONSTANTS, "num_constants") 400 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:draw_tes_jit_context 432 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_NUM_CONSTANTS, "num_constants")
|
| H A D | draw_pt_fetch_shade_pipeline_llvm.c | 475 llvm->gs_jit_context.num_constants[i] = num_consts; 492 llvm->tcs_jit_context.num_constants[i] = num_consts; 509 llvm->tes_jit_context.num_constants[i] = num_consts;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.h | 204 int num_constants[LP_MAX_TGSI_CONST_BUFFERS]; member in struct:draw_gs_jit_context 239 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_NUM_CONSTANTS, "num_constants")
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_state.cpp | 961 uint32_t *num_constants; local in function:swr_update_constants 967 num_constants = pDC->num_constantsVS; 972 num_constants = pDC->num_constantsFS; 977 num_constants = pDC->num_constantsGS; 982 num_constants = pDC->num_constantsTCS; 987 num_constants = pDC->num_constantsTES; 997 num_constants[i] = cb->buffer_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_state.cpp | 847 uint32_t *num_constants; local in function:swr_update_constants 853 num_constants = pDC->num_constantsVS; 858 num_constants = pDC->num_constantsFS; 863 num_constants = pDC->num_constantsGS; 873 num_constants[i] = cb->buffer_size;
|