OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elem_t
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/vulkan/util/
vk_util.h
137
#define vk_outarray(
elem_t
) \
140
elem_t
meta[]; \
170
* The array `a` has type `vk_outarray(
elem_t
) *`. It is usually declared with
172
* `
elem_t
*`.
/external/swiftshader/third_party/subzero/crosstest/
mem_intrin.cpp
13
typedef int
elem_t
;
typedef
52
const int overlap_bytes = 4 * sizeof(
elem_t
);
/device/generic/goldfish-opengl/system/vulkan_enc/
vk_util.h
143
#define vk_outarray(
elem_t
) \
146
elem_t
meta[]; \
176
* The array `a` has type `vk_outarray(
elem_t
) *`. It is usually declared with
178
* `
elem_t
*`.
Completed in 394 milliseconds