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

<<1112131415161718

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 258 assert(reg.swizzle == BRW_SWIZZLE_XYZW);
453 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_X));
455 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_Y));
457 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_Z));
459 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_W));
535 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_X));
537 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_Y));
539 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_Z));
541 BRW_GET_SWZ(reg.swizzle, BRW_CHANNEL_W));
    [all...]
brw_vec4_generator.cpp 50 assert(src.swizzle == BRW_SWIZZLE_XYZW);
586 * When Swizzle Control = URB_INTERLEAVED this bit controls Vertex 1
587 * DATA[3], when Swizzle Control = URB_NOSWIZZLE this bit controls
    [all...]
brw_vec4_surface_builder.cpp 47 swizzle(offset(src, 8, i * src_stride / 4),
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 304 unsigned swizzle[4]; member in struct:r600_shader_src
    [all...]
evergreen_state.c 610 unsigned char swizzle[4]; local
615 swizzle[0] = view->base.swizzle_r;
616 swizzle[1] = view->base.swizzle_g;
617 swizzle[2] = view->base.swizzle_b;
618 swizzle[3] = view->base.swizzle_a;
626 swizzle_res = r600_get_swizzle_combined(desc->swizzle, swizzle, TRUE);
668 unsigned char swizzle[4], array_mode = 0, non_disp_tiling = 0; local
692 swizzle[0] = state->swizzle_r;
693 swizzle[1] = state->swizzle_g
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 649 return this->writeSwizzle((Swizzle&) expr, out);
1329 SpvId swizzle = this->nextId(); local
1597 Swizzle& swizzle = (Swizzle&) expr; local
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 649 return this->writeSwizzle((Swizzle&) expr, out);
1321 SpvId swizzle = this->nextId(); local
1589 Swizzle& swizzle = (Swizzle&) expr; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 767 imageSize.swizzle(0, 1, 2), 1u, imageSize.w(), imageUsage);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 239 const tcu::Vec4 gMin = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f).swizzle(swz[0],swz[1],swz[2],swz[3])*cScale + cBias;
240 const tcu::Vec4 gMax = tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f).swizzle(swz[0],swz[1],swz[2],swz[3])*cScale + cBias;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_point_sprite.c 44 /* Set swizzle based on the immediates (0, 1, 0, -1) */
63 get_swizzle(unsigned swizzle, unsigned component)
66 return (swizzle >> (component * 2)) & 0x3;
89 unsigned point_dir_swz[4]; // point direction swizzle
90 unsigned point_coord_swz[4]; // point coord swizzle
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 153 const unsigned char swizzle[4] = { 0, 1, 2, 3 }; local
181 src1, NULL, dst, NULL, con, NULL, swizzle, 4);
lp_screen.c 500 if (format_desc->swizzle[0] == PIPE_SWIZZLE_NONE) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_print.c 186 static void rc_print_swizzle(FILE * f, unsigned int swizzle, unsigned int negate)
190 rc_swizzle swz = GET_SWZ(swizzle, comp);
250 if (src.Swizzle != RC_SWIZZLE_XYZW || !trivial_negate) {
252 rc_print_swizzle(f, src.Swizzle, trivial_negate ? 0 : src.Negate);
413 rc_swizzle_char(GET_SWZ(inst->RGB.Arg[arg].Swizzle, 0)),
414 rc_swizzle_char(GET_SWZ(inst->RGB.Arg[arg].Swizzle, 1)),
415 rc_swizzle_char(GET_SWZ(inst->RGB.Arg[arg].Swizzle, 2)),
448 rc_swizzle_char(GET_SWZ(inst->Alpha.Arg[arg].Swizzle, 0)), abs);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 299 uint8_t swizzle; member in struct:vc4_varying_slot
331 uint8_t swizzle[4]; member in struct:vc4_key::__anon30157
vc4_nir_lower_io.c 211 uint8_t swiz = desc->swizzle[i];
vc4_uniforms.c 135 tex_format_desc->swizzle);
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 553 // Swizzle the blend to match what the shader will output.
554 const GrSwizzle& swizzle = gpu->caps()->shaderCaps()->configOutputSwizzle(pixelConfig);
555 GrColor blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 553 // Swizzle the blend to match what the shader will output.
554 const GrSwizzle& swizzle = gpu->caps()->shaderCaps()->configOutputSwizzle(pixelConfig);
555 GrColor blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 97 unsigned swizzle:3; /* PIPE_SWIZZLE_x */ member in struct:lp_tgsi_channel_info
535 * AoS swizzle used:
  /external/skia/dm/
DM.cpp     [all...]
  /external/skia/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/skqp/dm/
DM.cpp     [all...]

Completed in 1142 milliseconds

<<1112131415161718