OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_aligned_to
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h
183
static INLINE VGboolean
is_aligned_to
(const void *ptr, VGbyte alignment)
function
191
return
is_aligned_to
(ptr, 4);
api_path.c
173
if (!p || !
is_aligned_to
(p, path_datatype_size(p))) {
205
if (!pathData || !
is_aligned_to
(pathData, path_datatype_size(p))) {
api_filters.c
310
if (!kernel || !
is_aligned_to
(kernel, 2)) {
413
!
is_aligned_to
(kernelX, 2) || !
is_aligned_to
(kernelY, 2)) {
Completed in 538 milliseconds