OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swizzles
(Results
76 - 100
of
115
) sorted by null
1
2
3
4
5
/external/mesa3d/src/glsl/
opt_copy_propagation_elements.cpp
191
/* Don't visit the values of
swizzles
since they are handled while
ir.h
816
* \c ir_dereference. The cannot be any
swizzles
in the LHS.
[
all
...]
ast_function.cpp
[
all
...]
ir.cpp
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
139
GLuint swizzle; /**< SWIZZLE_XYZWONEZERO
swizzles
from Mesa. */
2223
int
swizzles
[4];
local
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c
829
/* If compare mode is disabled, sampler view
swizzles
831
* Otherwise, the
swizzles
must be applied after the compare
[
all
...]
r300_context.h
210
/*
Swizzles
in the UTIL_FORMAT_SWIZZLE_* representation,
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp
579
/* Add each of the unique
swizzles
of the element as a parameter.
[
all
...]
brw_fs_visitor.cpp
[
all
...]
brw_vs_emit.c
696
* which doesn't do writemasking and
swizzles
.
965
/* Need to unalias - consider
swizzles
: r0 = DST r0.xxxx r1
[
all
...]
/external/vulkan-validation-layers/libs/glm/detail/
_swizzle.hpp
83
DUPLICATE_ELEMENTS = 1 if there is a repeated element, 0 otherwise (used to specialize
swizzles
171
// Specialization for
swizzles
containing duplicate elements. These cannot be modified.
320
//
Swizzles
are distinct types from the unswizzled type. The below macros will
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_format.h
1016
/* Compose two sets of
swizzles
.
/external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c
215
/* DDX/MDH and DDY/MDV explicitly ignore incoming
swizzles
;
radeon_program_tex.c
119
* - extract operand
swizzles
r3xx_vertprog.c
321
/* Arguments with constant
swizzles
still count as a unique
radeon_pair_schedule.c
950
/* Move the
swizzles
into the first chan */
[
all
...]
/external/opencv3/modules/cudaimgproc/src/cuda/
debayer.cu
456
// use
swizzles
to assign to color channels.
/external/skia/src/codec/
SkPngCodec.cpp
94
// TODO: If we add support for non-native
swizzles
, we'll need to handle that here.
SkSwizzler.cpp
940
// The optimized swizzler functions do not support sampling. Sampled
swizzles
[
all
...]
/external/skia/src/effects/gradients/
SkLinearGradient.cpp
103
// This
swizzles
SkColor into the same component order as SkPMColor, but does not actually
/external/deqp/doc/testspecs/VK/
apitests.adoc
496
* Channel
swizzles
[
all
...]
/external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp
489
/// (in lexicographic term) swizzle sequence assuming that all
swizzles
after
[
all
...]
/external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp
[
all
...]
/external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp
[
all
...]
/external/mesa3d/docs/
relnotes-7.10.html
[
all
...]
Completed in 460 milliseconds
1
2
3
4
5