Home
last modified time | relevance | path

Searched refs:NumNativeInstructions (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Darbprogparse.c97 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions; in _mesa_parse_arb_fragment_program()
190 program->arb.NumNativeInstructions = prog.arb.NumNativeInstructions; in _mesa_parse_arb_vertex_program()
Dprogram_parse.y2640 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h78 uint32_t NumNativeInstructions; member
Di915_fpc_translate.c1021 p->NumNativeInstructions = 0; in i915_fini_compile()
1028 p->NumNativeInstructions = in i915_fini_compile()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h681 GLuint NumNativeInstructions; member
Darbprogram.c898 *params = prog->arb.NumNativeInstructions; in get_program_iv()