Searched defs:layer_type (Results 1 – 3 of 3) sorted by relevance
78 const struct glsl_type *layer_type = glsl_int_type(); in build_color_shaders() local560 const struct glsl_type *layer_type = glsl_int_type(); in build_depthstencil_shader() local
535 __u8 layer_type : 4; member
98 const char* LayerTypeToString(nvinfer1::LayerType layer_type) { in LayerTypeToString()