/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_format.c | 329 const enum pipe_swizzle *swizzle = IDENTITY_SWIZZLE; in d3d12_get_format_info() local [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.c | 320 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component) in remap_swizzle() argument
|
H A D | vk_image.h | 242 VkComponentMapping swizzle; member
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.h | 77 bool swizzle : 1; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 349 unsigned swizzle; in lp_build_emit_fetch_src() local 465 unsigned swizzle; in lp_build_emit_fetch_texoffset() local [all...] |
H A D | lp_bld_const.c | 354 lp_build_const_aos(struct gallivm_state *gallivm, struct lp_type type, double r, double g, double b, double a, const unsigned char *swizzle) lp_build_const_aos() argument 412 lp_build_const_mask_aos_swizzled(struct gallivm_state *gallivm, struct lp_type type, unsigned mask, unsigned channels, const unsigned char *swizzle) lp_build_const_mask_aos_swizzled() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | basetexture9.c | 495 uint8_t swizzle[4]; in NineBaseTexture9_UpdateSamplerView() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 361 static unsigned int translate_strq_swizzle(unsigned int swizzle) in translate_strq_swizzle() argument
|
H A D | radeon_program_print.c | 186 static void rc_print_swizzle(FILE * f, unsigned int swizzle, unsigned int negate) in rc_print_swizzle() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 145 tcu::Vec4 swizzle (const tcu::Vec4& color, const tcu::UVec4& swizzle) in swizzle() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_format_utils.h | 101 std::array<GLenum, 4> swizzle; member
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.cpp | 101 static inline void append_texture_swizzle(SkString* out, GrSwizzle swizzle) { in append_texture_swizzle() argument
|
/third_party/skia/src/codec/ |
H A D | SkMaskSwizzler.cpp | 565 void SkMaskSwizzler::swizzle(void* dst, const uint8_t* SK_RESTRICT src) { in swizzle() function in SkMaskSwizzler
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.cpp | 366 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, newCT); in CreateLazyView() local
|
/third_party/skia/tests/ |
H A D | GrPorterDuffTest.cpp | 1086 GrSwizzle swizzle = in DEF_GPUTEST() local
|
H A D | GrSurfaceTest.cpp | 267 GrSwizzle swizzle = caps->getReadSwizzle(combo.fFormat, in DEF_GPUTEST() local 270 swizzle); in DEF_GPUTEST() local 367 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | ProgramsTest.cpp | 256 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in ProgramUnitTest() local 267 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in ProgramUnitTest() local
|
H A D | GrMipMappedTest.cpp | 464 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, colorType); in DEF_GPUTEST() local
|
/third_party/skia/gm/ |
H A D | lazytiling.cpp | 68 auto swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in create_view() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSwizzleTests.cpp | 49 static int swizzle (const tcu::RGBA& c, deUint32 swz) in swizzle() function 65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA) in swizzle() function 268 deUint32 swizzle; init() member [all...] |
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-swizzles.py | 260 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 145 tcu::Vec4 swizzle (const tcu::Vec4& color, const tcu::UVec4& swizzle) in swizzle() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVector.hpp | 144 Vector<T, 1> swizzle (int a) const { DE_ASSERT(a >= 0 && a < Size); return Vector<T, 1>(m_data[a]); } in swizzle() function in tcu::Vector 145 Vector<T, 2> swizzle (int a, int b) const { DE_ASSERT(a >= 0 && a < Size); DE_ASSERT(b >= 0 && b < Size); return Vector<T, 2>(m_data[a], m_data[b]); } in swizzle() function in tcu::Vector 146 Vector<T, 3> swizzle (int a, int b, int c) const { DE_ASSERT(a >= 0 && a < Size); DE_ASSERT(b >= 0 && b < Size); DE_ASSERT(c >= 0 && c < Size); return Vector<T, 3>(m_data[a], m_data[b], m_data[c]); } in swizzle() function in tcu::Vector 147 Vector<T, 4> swizzle (int a, int b, int c, int d) const { DE_ASSERT(a >= 0 && a < Size); DE_ASSERT(b >= 0 && b < Size); DE_ASSERT(c >= 0 && c < Size); DE_ASSERT(d >= 0 && d < Size); return Vector<T, 4>(m_data[a], m_data[b], m_data[c], m_data[d]); } in swizzle() function in tcu::Vector
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-swizzles.py | 256 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubbub.c | 56 hubbub2_dcc_support_swizzle( enum swizzle_mode_values swizzle, unsigned int bytes_per_element, enum segment_order *segment_order_horz, enum segment_order *segment_order_vert) hubbub2_dcc_support_swizzle() argument
|