HomeSort by relevance Sort by last modified time
    Searched refs:swizzle (Results 301 - 325 of 436) sorted by null

<<1112131415161718

  /external/skqp/src/codec/
SkHeifCodec.cpp 208 // When fSwizzleSrcRow is non-null, it means that we need to swizzle. In this case,
210 // We can never swizzle "in place" because the swizzler may perform sampling and/or
243 fSwizzler->swizzle(swizzleDst, decodeDst);
  /external/mesa3d/src/compiler/nir/
nir_clone.c 342 memcpy(nalu->src[i].swizzle, alu->src[i].swizzle,
343 sizeof(nalu->src[i].swizzle));
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 49 refmask |= 1 << GET_SWZ(src->Swizzle, chan);
112 GET_SWZ(inst->RGB.Arg[arg].Swizzle, chan);
114 GET_SWZ(inst->Alpha.Arg[arg].Swizzle, chan);
144 src_type = rc_source_type_swz(sub->Arg[i].Swizzle);
520 unsigned int swizzle)
529 shared_mask = rc_src_reads_dst_mask(file, index, swizzle,
538 read_mask = rc_swizzle_to_writemask(swizzle);
569 src->File, src->Index, arg->Swizzle);
596 src->RelAddr, src->File, src->Index, src->Swizzle);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 387 boolean repeat_none, boolean swizzle, boolean set_alpha)
407 if (swizzle)
420 if (swizzle) {
  /external/skia/src/sksl/
SkSLMetalCodeGenerator.cpp 119 this->writeSwizzle((Swizzle&) expr);
246 void MetalCodeGenerator::writeSwizzle(const Swizzle& swizzle) {
247 this->writeExpression(*swizzle.fBase, kPostfix_Precedence);
249 for (int c : swizzle.fComponents) {
880 return this->requirements(*((const Swizzle&) e).fBase);
    [all...]
SkSLGLSLCodeGenerator.cpp 210 this->writeSwizzle((Swizzle&) expr);
734 void GLSLCodeGenerator::writeSwizzle(const Swizzle& swizzle) {
735 this->writeExpression(*swizzle.fBase, kPostfix_Precedence);
737 for (int c : swizzle.fComponents) {
    [all...]
  /external/skqp/src/sksl/
SkSLMetalCodeGenerator.cpp 119 this->writeSwizzle((Swizzle&) expr);
246 void MetalCodeGenerator::writeSwizzle(const Swizzle& swizzle) {
247 this->writeExpression(*swizzle.fBase, kPostfix_Precedence);
249 for (int c : swizzle.fComponents) {
880 return this->requirements(*((const Swizzle&) e).fBase);
    [all...]
SkSLGLSLCodeGenerator.cpp 210 this->writeSwizzle((Swizzle&) expr);
724 void GLSLCodeGenerator::writeSwizzle(const Swizzle& swizzle) {
725 this->writeExpression(*swizzle.fBase, kPostfix_Precedence);
727 for (int c : swizzle.fComponents) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 750 m_dstRect = ubound.swizzle(0, 1, 0, 1) + IVec4(-75, -99, 8, 16);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 939 const tcu::Vec3 ssp = p.swizzle(0, 1, 2);
940 const tcu::Vec3 ssv0 = v0.swizzle(0, 1, 2);
941 const tcu::Vec3 ssv1 = v1.swizzle(0, 1, 2);
945 const tcu::Vec3 a = ssv0.swizzle(0,1,2) - ssp.swizzle(0,1,2);
946 const tcu::Vec3 b = ssv1.swizzle(0,1,2) - ssp.swizzle(0,1,2);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 537 unsigned swizzle)
541 if (swizzle > 0)
574 result = ctx->addrs[ind->Index][ind->Swizzle];
957 enum tgsi_opcode_type type, unsigned swizzle,
967 if (swizzle == ~0) {
980 lp_build_const_int32(gallivm, swizzle), "");
984 swizzle * 4, 1, 0);
987 swizzle * 4 + 4, 1, 0);
996 * \param swizzle offset (typically 0..3); it can be ~0, which loads a vec4
1000 enum tgsi_opcode_type type, unsigned swizzle,
    [all...]
si_descriptors.c 70 * For images, all fields must be zero except for the swizzle, which
696 static const unsigned char swizzle[4] = { 0, 1, 2, 3 }; local
741 view->format, swizzle,
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 1809 unsigned swizzle[4]; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 731 // swizzle while uploading when BGRA is a distinct internal format.
1834 const GrSwizzle& swizzle = this->caps()->shaderCaps()->configOutputSwizzle( local
2974 const GrSwizzle& swizzle = caps.configSwizzle(config); local
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 730 // swizzle while uploading when BGRA is a distinct internal format.
1838 const GrSwizzle& swizzle = this->caps()->shaderCaps()->configOutputSwizzle( local
2994 const GrSwizzle& swizzle = caps.configSwizzle(config); local
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 131 const tcu::Vec2 csp0 = p0.swizzle(0, 1) / p0.w();
132 const tcu::Vec2 csp1 = p1.swizzle(0, 1) / p1.w();
133 const tcu::Vec2 csp2 = p2.swizzle(0, 1) / p2.w();
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 930 ind_register.Swizzle = TGSI_SWIZZLE_X;
939 unsigned swizzle,
948 assert( swizzle <= TGSI_SWIZZLE_W );
952 ind_register.Swizzle = swizzle;
1232 reg->Indirect.Swizzle,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c 228 BYTE swizzle; member in struct:sm1_src_param
289 param->swizzle == NINED3DSP_NOSWIZZLE);
305 if (param->swizzle != NINED3DSP_NOSWIZZLE) {
307 sm1_dump_swizzle(param->swizzle);
993 assert(param->swizzle == NINED3DSP_NOSWIZZLE);
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_minmax.cpp 449 return swizzle(rval, SWIZZLE_XXXX, expr->type->vector_elements);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_format.c 439 util_format_compose_swizzles(desc->swizzle, swiz, rswiz);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 206 .swizzle = (c) * 0x00010000, \
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 204 unsigned char swizzle[4]; member in struct:r300_sampler_view
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1457 unsigned swizzle; local
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
ClearTile.cpp 130 srcColor[comp] = pColor[FormatTraits<DstFormat>::swizzle(comp)];

Completed in 701 milliseconds

<<1112131415161718