Searched refs:pandecode_shader_prop (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 798 pandecode_shader_prop(const char *name, unsigned claim, signed truth, bool fuzzy) in pandecode_shader_prop() function 976 pandecode_shader_prop("texture_count", texture_count, info.texture_count, false); in pandecode_vertex_tiler_postfix_pre() 977 pandecode_shader_prop("sampler_count", sampler_count, info.sampler_count, false); in pandecode_vertex_tiler_postfix_pre() 978 … pandecode_shader_prop("attribute_count", attribute_count, info.attribute_count, false); in pandecode_vertex_tiler_postfix_pre() 979 pandecode_shader_prop("varying_count", varying_count, info.varying_count, false); in pandecode_vertex_tiler_postfix_pre()
|