Home
last modified time | relevance | path

Searched refs:CALLOC_VARIANT_LENGTH_STRUCT (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/util/
Du_memory.h58 #define CALLOC_VARIANT_LENGTH_STRUCT(T,more_size) ((struct T *) CALLOC(1, sizeof(struct T) + more… macro
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_serialize.cpp182 CALLOC_VARIANT_LENGTH_STRUCT(nv50_ir::RelocInfo, in nv50_ir_prog_info_out_deserialize()
198 CALLOC_VARIANT_LENGTH_STRUCT(nv50_ir::FixupInfo, in nv50_ir_prog_info_out_deserialize()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c169 data = CALLOC_VARIANT_LENGTH_STRUCT( in fd2_create_batch_query()
/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.c213 header = CALLOC_VARIANT_LENGTH_STRUCT(pheader, SizeOfData); in NineUnknown_SetPrivateData()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c377 data = CALLOC_VARIANT_LENGTH_STRUCT( in fd5_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c97 struct fd_batch_key *key = CALLOC_VARIANT_LENGTH_STRUCT( in key_alloc()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c576 data = CALLOC_VARIANT_LENGTH_STRUCT( in fd6_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c735 CALLOC_VARIANT_LENGTH_STRUCT(si_log_chunk_desc_list, 4 * element_dw_size * num_elements); in si_dump_descriptor_list()