Home
last modified time | relevance | path

Searched refs:nvc0_opProperties (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nvc0.h34 struct nvc0_opProperties;
41 void initProps(const struct nvc0_opProperties *props, int size);
Dnv50_ir_target_nvc0.cpp88 struct nvc0_opProperties struct
99 static const struct nvc0_opProperties _initProps[] =
149 static const struct nvc0_opProperties _initPropsNVE4[] = {
158 static const struct nvc0_opProperties _initPropsGM107[] = {
168 void TargetNVC0::initProps(const struct nvc0_opProperties *props, int size) in initProps()
171 const struct nvc0_opProperties *prop = &props[i]; in initProps()