Home
last modified time | relevance | path

Searched defs:zw (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_packing.c71 nir_ssa_def *zw = nir_pack_32_2x16_split(b, nir_channel(b, src, 2), in lower_pack_64_from_16() local
81 nir_ssa_def *zw = nir_unpack_64_2x32_split_y(b, src); in lower_unpack_64_to_16() local
Dnir_split_64bit_vec3_and_vec4.c84 nir_variable *zw; member
Dnir_lower_alu_width.c315 nir_ssa_def *zw = nir_pack_32_2x16_split(b, nir_channel(b, src_vec4, 2), in lower_alu_instr_width() local
/third_party/ffmpeg/libavfilter/
Dcolorspace.c83 double i[3][3], sr, sg, sb, zw; in ff_fill_rgb2xyz_table() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h85 struct vertex2f zw; member
/third_party/vk-gl-cts/framework/common/
DtcuVector.hpp134 …VecAccess<T, Size, 2> zw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 2, 3… in zw() function in tcu::Vector
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp616 Float4 &zw = visibility; in pixelFog() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1409 bi_index zw = bi_emit_image_coord(b, coords, 1, coord_comps, array); in bi_emit_image_load() local
1450 bi_index zw = bi_emit_image_coord(b, coords, 1, coord_comps, array); in bi_emit_lea_image() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp3282 Int4::Int4(int x, int y, int zw) in Int4()
3524 UInt4::UInt4(int x, int y, int zw) in UInt4()
4066 Float4::Float4(float x, float y, float zw) in Float4()
DReactor.hpp1590 SwizzleMask2<Vector4, 0x2333> zw; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1883 float xw, yw, zw; /* interpolation weights */ in img_filter_3d_linear() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c85 union tgsi_double_channel zw; member