Home
last modified time | relevance | path

Searched refs:attrib_name (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c121 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix) in attrib_name() function
246 attrib_name(dadxaos, attrib, 0, ".dadxaos"); in coeffs_init_simple()
247 attrib_name(dadyaos, attrib, 0, ".dadyaos"); in coeffs_init_simple()
256 attrib_name(a0aos, attrib, 0, ".a0aos"); in coeffs_init_simple()
/external/vulkan-headers/registry/
Dreg.py641 for attrib_name in ['requires', 'alias']:
642 depname = typeinfo.elem.get(attrib_name)
645 depname, 'for', attrib_name, 'type', typename)
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dreg.py669 for attrib_name in ['requires', 'alias']:
670 depname = typeinfo.elem.get(attrib_name)
673 depname, 'for', attrib_name, 'type', typename)