HomeSort by relevance Sort by last modified time
    Searched full:swizzles (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/deqp/doc/
gles3-test-case-resolutions.txt 13 dEQP-GLES3.functional.shaders.swizzles.* 2x2 32x32
  /external/deqp/modules/gles2/functional/
es2fFunctionalTests.cpp 132 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests"));
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 196 * that if one channel swizzles X,Y, or Z, then none of the
radeon_dataflow_deadcode.c 194 /* get rid of spurious bits from ZERO, ONE, etc. swizzles */
radeon_pair_regalloc.c 298 * without creating non-native swizzles. */
370 /* DDX/DDY also fail when their swizzles are changed. */
radeon_variable.c 40 * care of rewriting the swizzles for the sources of var.
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 62 /* Combine two sets of swizzles. */
99 * R300_EASY_TX_FORMAT swizzles the texture.
126 * Swizzles are added in r300_merge_textures_and_samplers. */
607 /* Add swizzles and return. */
    [all...]
  /external/skia/src/core/
SkConfig8888.cpp 28 // we can perform premul or unpremul the same way without knowing the swizzles for RGB.
  /external/mesa3d/docs/
relnotes-7.9.1.html 274 <li>ir_to_mesa: Don't generate swizzles for record derefs of non-scalar/vectors</li>
383 <li>r300/compiler: Make sure presubtract sources use supported swizzles</li>
388 <li>r300/compiler: Use correct swizzles for all presubtract sources</li>
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 95 swizzle = format.swizzles[i]
99 swizzle = format.swizzles[0]
153 swizzle = format.swizzles[i]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1687 int swizzles[4]; local
    [all...]
brw_wm_fp.c 674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
871 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
877 src_swizzle4(tmpsrc, c->key.tex.swizzles[unit]),
brw_vec4.h 110 GLuint swizzle; /**< SWIZZLE_XYZW swizzles from Mesa. */
brw_vec4_emit.cpp 274 /* Source swizzles are ignored. */
320 /* Source swizzles are ignored. */
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 97 GLuint swizzle; /**< SWIZZLE_XYZWONEZERO swizzles from Mesa. */
1794 int swizzles[4]; local
    [all...]
prog_optimize.c 548 /* Adjust the swizzles of inst2 to point at MOV's source if ALL the
598 * carefully monitoring the swizzles. Both functions should be merged into one
644 * the swizzles operators for the sources of inst if required. Return GL_TRUE
662 /* Depending on the instruction, we may need to recompute the swizzles.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 863 unsigned char swizzles[4]; local
875 swizzles[0] = inst->Predicate.SwizzleX;
876 swizzles[1] = inst->Predicate.SwizzleY;
877 swizzles[2] = inst->Predicate.SwizzleZ;
878 swizzles[3] = inst->Predicate.SwizzleW;
884 unsigned swizzle = swizzles[chan];
888 * in the swizzles
    [all...]
lp_bld_const.c 419 * Performs lp_build_const_mask_aos, but first swizzles the mask
  /external/deqp/modules/gles3/functional/
es3fFunctionalTests.cpp 200 addChild(new ShaderLibraryTest (m_context, "swizzles", "Swizzle Tests"));
es3fShaderSwitchTests.cpp 179 // Expected swizzles:
  /external/opencv3/modules/videoio/src/
cap_winrt_video.cpp 179 // as a side effect this also swizzles R and B channels
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 462 swizzle = format.swizzles[i]
490 swizzle = format.swizzles[i]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderSwitchTests.cpp 212 // Expected swizzles:
  /external/deqp/framework/common/
tcuVector.hpp 143 // Swizzles.
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 411 * Texture swizzles

Completed in 863 milliseconds

1 23 4 5