Home
last modified time | relevance | path

Searched refs:SWIZZLE_ZERO (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c330 case SWIZZLE_ZERO: in swizzle_swizzle()
331 swz[i] = SWIZZLE_ZERO; in swizzle_swizzle()
374 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
376 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle()
377 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
379 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle()
380 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle()
415 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle()
416 SWIZZLE_ZERO, SWIZZLE_X); in compute_texture_format_swizzle()
418 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle()
[all …]
/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
Dprog_to_nir.c221 if (swizzle == SWIZZLE_ZERO) { in ptn_get_src()
Dprogram_parse.y667 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp136 SWIZZLE_ZERO, enumerator
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py141 SWIZZLE_ZERO = 4 variable in Swizzle
Dtexparam.c189 return SWIZZLE_ZERO; in comp_to_swizzle()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2165 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp30 case sw::SWIZZLE_ZERO: s = sw::Short4(0x0000); break; in applySwizzle()
44 case sw::SWIZZLE_ZERO: f = sw::Float4(0.0f, 0.0f, 0.0f, 0.0f); break; in applySwizzle()