Home
last modified time | relevance | path

Searched defs:swizzle (Results 76 - 100 of 334) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c329 const enum pipe_swizzle *swizzle = IDENTITY_SWIZZLE; in d3d12_get_format_info() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c320 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component) in remap_swizzle() argument
H A Dvk_image.h242 VkComponentMapping swizzle; member
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.h77 bool swizzle : 1; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c349 unsigned swizzle; in lp_build_emit_fetch_src() local
465 unsigned swizzle; in lp_build_emit_fetch_texoffset() local
[all...]
H A Dlp_bld_const.c354 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 Dbasetexture9.c495 uint8_t swizzle[4]; in NineBaseTexture9_UpdateSamplerView() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c361 static unsigned int translate_strq_swizzle(unsigned int swizzle) in translate_strq_swizzle() argument
H A Dradeon_program_print.c186 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 DvktPipelineReferenceRenderer.cpp145 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 Dmtl_format_utils.h101 std::array<GLenum, 4> swizzle; member
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp101 static inline void append_texture_swizzle(SkString* out, GrSwizzle swizzle) { in append_texture_swizzle() argument
/third_party/skia/src/codec/
H A DSkMaskSwizzler.cpp565 void SkMaskSwizzler::swizzle(void* dst, const uint8_t* SK_RESTRICT src) { in swizzle() function in SkMaskSwizzler
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp366 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, newCT); in CreateLazyView() local
/third_party/skia/tests/
H A DGrPorterDuffTest.cpp1086 GrSwizzle swizzle = in DEF_GPUTEST() local
H A DGrSurfaceTest.cpp267 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 DProgramsTest.cpp256 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 DGrMipMappedTest.cpp464 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, colorType); in DEF_GPUTEST() local
/third_party/skia/gm/
H A Dlazytiling.cpp68 auto swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in create_view() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp49 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 Dgen-swizzles.py260 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp145 tcu::Vec4 swizzle (const tcu::Vec4& color, const tcu::UVec4& swizzle) in swizzle() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuVector.hpp144 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 Dgen-swizzles.py256 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c56 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

Completed in 20 milliseconds

12345678910>>...14