Searched refs:canary (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/tests/
H A Dgen_mi_builder_test.cpp129 uint64_t canary; member in class:gen_mi_builder_test
239 memset(&canary, 139, sizeof(canary));
335 EXPECT_EQ(*(uint32_t *)(output + 12), (uint32_t)canary);
357 EXPECT_EQ(*(uint32_t *)(output + 12), (uint32_t)canary);
361 EXPECT_EQ(*(uint32_t *)(output + 20), (uint32_t)canary);
372 gen_mi_store(&b, gen_mi_reg64(RSVD_TEMP_REG), gen_mi_imm(canary));
376 gen_mi_store(&b, gen_mi_reg64(RSVD_TEMP_REG), gen_mi_imm(canary));
387 EXPECT_EQ(*(uint32_t *)(output + 12), (uint32_t)canary);
395 gen_mi_store(&b, gen_mi_reg64(RSVD_TEMP_REG), gen_mi_imm(canary));
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/common/tests/
H A Dmi_builder_test.cpp151 uint64_t canary; member in class:mi_builder_test
283 memset(&canary, 139, sizeof(canary));
411 EXPECT_EQ(*(uint32_t *)(output + 12), (uint32_t)canary);
433 EXPECT_EQ(*(uint32_t *)(output + 12), (uint32_t)canary);
437 EXPECT_EQ(*(uint32_t *)(output + 20), (uint32_t)canary);
448 mi_store(&b, mi_reg64(RSVD_TEMP_REG), mi_imm(canary));
452 mi_store(&b, mi_reg64(RSVD_TEMP_REG), mi_imm(canary));
463 EXPECT_EQ(*(uint32_t *)(output + 12), (uint32_t)canary);
471 mi_store(&b, mi_reg64(RSVD_TEMP_REG), mi_imm(canary));
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c65 /* A canary value used to determine whether a pointer is ralloc'd. */
66 unsigned canary; member in struct:ralloc_header
91 assert(info->canary == CANARY);
142 info->canary = CANARY;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c59 /* A canary value used to determine whether a pointer is ralloc'd. */
60 unsigned canary; member in struct:ralloc_header
85 assert(info->canary == CANARY);
144 info->canary = CANARY;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.0.rst172 glsl: ralloc assertion "info->canary == CANARY" failed
186 [swrast] ralloc.c:84: get_header: Assertion \`info->canary == CANARY'
H A D7.11.rst145 [glsl] ralloc.c:78: get_header: Assertion \`info->canary == 0x5A1106'
H A D20.0.0.rst1157 - util/simple_mtx: don't set the canary when it can't be checked

Completed in 16 milliseconds