Home
last modified time | relevance | path

Searched refs:NumNativeAluInstructions (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Darbprogparse.c105 program->arb.NumNativeAluInstructions = prog.arb.NumAluInstructions; in _mesa_parse_arb_fragment_program()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h79 uint32_t NumNativeAluInstructions; member
Di915_fpc_translate.c1022 p->NumNativeAluInstructions = 0; in i915_fini_compile()
1030 p->NumNativeAluInstructions = p->nr_alu_insn; in i915_fini_compile()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h686 GLuint NumNativeAluInstructions; member
Darbprogram.c986 *params = fp->arb.NumNativeAluInstructions; in get_program_iv()