Home
last modified time | relevance | path

Searched defs:swizzles (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/util/format/
Du_format_pack.py43 def inv_swizzles(swizzles): argument
74 def generate_bitfields(channels, swizzles): argument
93 def generate_full_fields(channels, swizzles): argument
442 def unpack_from_bitmask(channels, swizzles): argument
496 def unpack_from_struct(channels, swizzles): argument
538 def pack_into_bitmask(channels, swizzles): argument
572 def pack_into_struct(channels, swizzles): argument
Du_format_table.py146 def do_channel_array(channels, swizzles): argument
160 def do_swizzle_array(channels, swizzles): argument
Du_format_parse.py353 def _parse_channels(fields, layout, colorspace, swizzles): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_vec_to_movs.c187 uint8_t swizzles[4][4]; in try_coalesce() local
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureCases.cpp163 static const IVec4 swizzles[] = { IVec4(0,1,2,3), IVec4(1,2,3,0), IVec4(2,3,0,1), IVec4(3,0,1,2), in init() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c70 unsigned char swizzles[4]; in lp_build_format_swizzle_aos() local
371 LLVMValueRef swizzles[4]; in lp_build_pack_rgba_aos() local
Dlp_bld_tgsi_aos.c74 unsigned char swizzles[4]; in swizzle_aos() local
Dlp_bld_nir_aos.c44 unsigned char swizzles[4]; in swizzle_aos() local
Dlp_bld_swizzle.c319 const unsigned char* swizzles, in lp_build_swizzle_aos_n()
Dlp_bld_nir.h303 unsigned char swizzles[4]; member
Dlp_bld_tgsi.h629 unsigned char swizzles[4]; member
Dlp_bld_sample.h507 unsigned char swizzles[4]; in apply_sampler_swizzle() local
Dlp_bld_tgsi_soa.c2450 unsigned char swizzles[4]; in emit_sample() local
2591 unsigned char swizzles[4]; in emit_fetch_texels() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pTextureCases.cpp189 static const IVec4 swizzles[] = { IVec4(0,1,2,3), IVec4(1,2,3,0), IVec4(2,3,0,1), IVec4(3,0,1,2), in init() local
Des3pShaderOperatorTests.cpp1563 static const char* const swizzles[3] = { "x", "xy", "xyz" }; in generateSingleProgramData() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c188 enum pipe_swizzle swizzles[4]; in build_swizzled_components() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp269 } swizzles[] = in init() local
Des3fFramebufferBlitTests.cpp992 } swizzles[] = in init() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSwizzleTest.cpp28 constexpr GLenum swizzles[] = { in SwizzleTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp330 const auto swizzles = makeComponentSwizzleVec(mapping); in applySwizzle() local
1003 std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles) in swizzleArrayToString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp330 const auto swizzles = makeComponentSwizzleVec(mapping); in applySwizzle() local
1003 std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles) in swizzleArrayToString()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h41 enum pipe_swizzle swizzles[4]; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c136 const unsigned char swizzles[4] = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_0, in emit_facing_coef() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2185 unsigned char swizzles[4]; in exec_lodq() local
2384 unsigned char swizzles[4]; in exec_txf() local
2447 unsigned char swizzles[4]; in exec_sample() local
2579 unsigned char swizzles[4]; in exec_sample_d() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc2086 static constexpr const char* swizzles[] = {"", ".x", ".xy", ".xyz"}; in EmitTextureCall() local

12