Searched refs:stq (Results 1 – 25 of 37) sorted by relevance
12
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 53 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); in st_NewQueryObject() local 54 if (stq) { in st_NewQueryObject() 55 stq->base.Id = id; in st_NewQueryObject() 56 stq->base.Ready = GL_TRUE; in st_NewQueryObject() 57 stq->pq = NULL; in st_NewQueryObject() 58 stq->type = PIPE_QUERY_TYPES; /* an invalid value */ in st_NewQueryObject() 59 return &stq->base; in st_NewQueryObject() 70 struct st_query_object *stq = st_query_object(q); in st_DeleteQuery() local 72 if (stq->pq) { in st_DeleteQuery() 73 pipe->destroy_query(pipe, stq->pq); in st_DeleteQuery() [all …]
|
D | st_cb_condrender.c | 54 struct st_query_object *stq = st_query_object(q); in st_BeginConditionalRender() local 79 st->render_condition = stq->pq; in st_BeginConditionalRender() 82 pipe->render_condition(pipe, stq->pq, m); in st_BeginConditionalRender()
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-mem.txt | 183 # CHECK: stq %f4, [%i0+%l6] 186 # CHECK: stq %f4, [%i0+32] 189 # CHECK: stq %f4, [%g1] 192 # CHECK: stq %f4, [%g1]
|
/external/valgrind/none/tests/ppc64/ |
D | jm_int_isa_2_07.stdout.exp-LE | 1 stq abcdef0123456789,1133557722446688, 0 => 1133557722446688,abcdef0123456789)
|
D | jm_int_isa_2_07.stdout.exp | 1 stq abcdef0123456789,1133557722446688, 0 => abcdef0123456789,1133557722446688)
|
/external/valgrind/none/tests/ppc32/ |
D | jm_int_isa_2_07.stdout.exp | 1 stq 23456789,22446688, 0 => 0000000023456789,0000000022446688)
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 88 ! V8-NEXT: stq %f48, [%l0] 90 ! V9: stq %f48, [%l0] ! encoding: [0xe3,0x34,0x00,0x00] 92 stq %f48, [%l0]
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 6 //339336 PPC64 store quad instruction (stq) is not supposed to
|
/external/icu/icu4c/source/data/lang/ |
D | mk.txt | 518 stq{"затерландски фризиски"}
|
D | th.txt | 541 stq{"ฟรีเซียนซัทเธอร์แลนด์"}
|
D | dsb.txt | 236 stq{"saterfrizišćina"}
|
D | zh_Hant.txt | 530 stq{"沙特菲士蘭文"}
|
D | ja.txt | 534 stq{"ザーターフリジア語"}
|
D | hsb.txt | 236 stq{"saterfrizišćina"}
|
D | cy.txt | 419 stq{"Ffriseg Saterland"}
|
D | lb.txt | 522 stq{"Saterfriesesch"}
|
D | de.txt | 541 stq{"Saterfriesisch"}
|
D | sv.txt | 541 stq{"saterfrisiska"}
|
D | pl.txt | 540 stq{"fryzyjski saterlandzki"}
|
D | it.txt | 536 stq{"saterfriesisch"}
|
D | et.txt | 533 stq{"saterfriisi"}
|
D | nb.txt | 541 stq{"saterfrisisk"}
|
D | lt.txt | 541 stq{"Saterlendo fryzų"}
|
D | en.txt | 548 stq{"Saterland Frisian"}
|
/external/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 616 stq{"stq_Latn_DE"}
|
12