Home
last modified time | relevance | path

Searched refs:defaultColor (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineClearUtil.cpp108 const tcu::UVec4 defaultColor = defaultClearColorUint(tcuClearFormat); in defaultClearValue() local
109 clearValue.color.uint32[0] = defaultColor.x(); in defaultClearValue()
110 clearValue.color.uint32[1] = defaultColor.y(); in defaultClearValue()
111 clearValue.color.uint32[2] = defaultColor.z(); in defaultClearValue()
112 clearValue.color.uint32[3] = defaultColor.w(); in defaultClearValue()
116 const tcu::IVec4 defaultColor = defaultClearColorInt(tcuClearFormat); in defaultClearValue() local
117 clearValue.color.int32[0] = defaultColor.x(); in defaultClearValue()
118 clearValue.color.int32[1] = defaultColor.y(); in defaultClearValue()
119 clearValue.color.int32[2] = defaultColor.z(); in defaultClearValue()
120 clearValue.color.int32[3] = defaultColor.w(); in defaultClearValue()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineClearUtil.cpp108 const tcu::UVec4 defaultColor = defaultClearColorUint(tcuClearFormat); in defaultClearValue() local
109 clearValue.color.uint32[0] = defaultColor.x(); in defaultClearValue()
110 clearValue.color.uint32[1] = defaultColor.y(); in defaultClearValue()
111 clearValue.color.uint32[2] = defaultColor.z(); in defaultClearValue()
112 clearValue.color.uint32[3] = defaultColor.w(); in defaultClearValue()
116 const tcu::IVec4 defaultColor = defaultClearColorInt(tcuClearFormat); in defaultClearValue() local
117 clearValue.color.int32[0] = defaultColor.x(); in defaultClearValue()
118 clearValue.color.int32[1] = defaultColor.y(); in defaultClearValue()
119 clearValue.color.int32[2] = defaultColor.z(); in defaultClearValue()
120 clearValue.color.int32[3] = defaultColor.w(); in defaultClearValue()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc336 WORD defaultColor;
339 :defaultColor(GetCurrentColor()) {}
346 WORD operator()() const { return defaultColor; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc336 WORD defaultColor;
339 :defaultColor(GetCurrentColor()) {}
346 WORD operator()() const { return defaultColor; }
/third_party/glslang/Test/
Dvk.relaxed.stagelink.0.1.frag367 vec4 TDProjMap(int index, vec3 worldSpacePos, vec4 defaultColor) {
370 default: return defaultColor;
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs49 static get defaultColor() { getter in CSSColor
/third_party/glslang/Test/baseResults/
Dvk.relaxed.stagelink.0.0.vert.out2698 0:367 'defaultColor' ( in highp 4-component vector of float)
2708 0:370 'defaultColor' ( in highp 4-component vector of float)
6188 0:367 'defaultColor' ( in highp 4-component vector of float)
6198 0:370 'defaultColor' ( in highp 4-component vector of float)
8769 Name 254 "defaultColor"
10231 254(defaultColor): 8(ptr) FunctionParameter
10237 906: 7(fvec4) Load 254(defaultColor)
/third_party/node/tools/lint-md/
Dlint-md.mjs27741 defaultColor: colorEnabled ? '\u001B[39m' : '' property
27773 state.defaultColor +
27785 state.defaultColor +
27794 (state.yellow + '⚠' + state.defaultColor) +
27839 state.defaultColor +
27844 right = state.yellow + 'written' + state.defaultColor;
27873 (label === 'error' ? state.red : state.yellow) + label + state.defaultColor,
27961 state.defaultColor