Searched refs:prop_count (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c254 uint prop_count; local in function:tgsi_parse_token
259 prop_count = prop->Property.NrTokens - 1;
260 for (i = 0; i < prop_count; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c254 uint prop_count; local in function:tgsi_parse_token
259 prop_count = prop->Property.NrTokens - 1;
260 for (i = 0; i < prop_count; i++) {
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dmodetest.c2199 unsigned int prop_count = 0; local in function:main
2290 (prop_count + 1) * sizeof *prop_args);
2295 memset(&prop_args[prop_count], 0, sizeof(*prop_args));
2297 if (parse_property(&prop_args[prop_count], optarg) < 0)
2300 prop_count++;
2354 for (i = 0; i < prop_count; ++i)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c2286 uint32_t prop_count = 0; local in function:radv_dump_shader_stats
2294 &prop_count, NULL);
2298 props = calloc(prop_count, sizeof(*props));
2303 &prop_count, props);
2307 for (unsigned exec_idx = 0; exec_idx < prop_count; exec_idx++) {

Completed in 11 milliseconds