OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prop_count
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_parse.c
254
uint
prop_count
;
local
259
prop_count
= prop->Property.NrTokens - 1;
260
for (i = 0; i <
prop_count
; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_parse.c
254
uint
prop_count
;
local
259
prop_count
= prop->Property.NrTokens - 1;
260
for (i = 0; i <
prop_count
; i++) {
/xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c
2213
unsigned int
prop_count
= 0;
local
2307
(
prop_count
+ 1) * sizeof *prop_args);
2312
memset(&prop_args[
prop_count
], 0, sizeof(*prop_args));
2314
if (parse_property(&prop_args[
prop_count
], optarg) < 0)
2317
prop_count
++;
2371
for (i = 0; i <
prop_count
; ++i)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.c
2286
uint32_t
prop_count
= 0;
local
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 10 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026