Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h80 uint32_t NumNativeTexInstructions; member
Di915_fpc_translate.c1023 p->NumNativeTexInstructions = 0; in i915_fini_compile()
1031 p->NumNativeTexInstructions = p->nr_tex_insn; in i915_fini_compile()
/third_party/mesa3d/src/mesa/program/
Darbprogparse.c106 program->arb.NumNativeTexInstructions = prog.arb.NumTexInstructions; in _mesa_parse_arb_fragment_program()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h687 GLuint NumNativeTexInstructions; member
Darbprogram.c995 *params = fp->arb.NumNativeTexInstructions; in get_program_iv()