HomeSort by relevance Sort by last modified time
    Searched full:out_color (Results 1 - 25 of 47) sorted by null

1 2

  /external/deqp/external/vulkancts/data/vulkan/draw/
VertexFetch.frag 3 layout(location = 0) out vec4 out_color;
6 out_color = in_color;
VertexFetch.vert 7 layout(location = 0) out vec4 out_color;
16 out_color = in_color;
18 out_color = vec4(1.0, 0.0, 0.0, 1.0);
VertexFetchInstanced.vert 7 layout(location = 0) out vec4 out_color;
20 out_color = in_color;
22 out_color = vec4(1.0, 0.0, 0.0, 1.0);
VertexFetchInstancedFirstInstance.vert 7 layout(location = 0) out vec4 out_color;
20 out_color = in_color;
22 out_color = vec4(1.0, 0.0, 0.0, 1.0);
VertexFetchShaderDrawParameters.vert 8 layout(location = 0) out vec4 out_color;
23 out_color = in_color * colors[baseInstanceIndex];
25 out_color = vec4(1.0, 0.0, 0.0, 1.0);
VertexFetchShaderDrawParametersDrawIndex.vert 8 layout(location = 0) out vec4 out_color;
23 out_color = in_color * colors[gl_DrawIDARB];
25 out_color = vec4(1.0, 0.0, 0.0, 1.0);
  /external/deqp/external/vulkancts/data/vulkan/dynamic_state/
VertexFetch.frag 5 layout(location = 0) out vec4 out_color;
9 out_color = in_color;
VertexFetch.vert 7 layout(location = 0) out vec4 out_color;
12 out_color = in_color;
ViewportArray.geom 8 layout(location = 0) out vec4 out_color;
14 out_color = in_color[i];
  /external/deqp/external/openglcts/modules/gl/
gl3cGLSLnoperspectiveTests.cpp 321 "out vec4 out_color;\n"
325 " out_color = vs_fs_color;\n"
333 "out vec4 out_color;\n"
337 " out_color = vs_fs_color;\n"
345 "out vec4 out_color;\n"
349 " out_color = vs_fs_color;\n"
357 "out vec4 out_color;\n"
361 " out_color = vs_fs_color;\n"
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsBasicTests.cpp 384 << "layout(location = 0) out vec4 out_color;\n"
387 << " out_color = in_color;\n"
402 << "layout(location = 0) out vec4 out_color;\n"
409 << " out_color.r = " << ELECTED_VALUE << ";\n"
410 << " out_color.g = 1.0f;\n"
414 << " out_color.r = " << UNELECTED_VALUE << ";\n"
415 << " out_color.g = 0.0f;\n"
442 << " out_color.b = 1.0f;\n"
455 << " out_color.b = 1.0f;\n"
471 << "layout(location = 0) out vec4 out_color;\n
    [all...]
vktSubgroupsBallotTests.cpp 147 << "layout(location = 0) out float out_color;\n"
160 << " out_color = float(tempResult);\n"
169 << "layout(location = 0) out uint out_color;\n"
172 << " out_color = uint(in_color);\n"
vktSubgroupsBuiltinMaskVarTests.cpp 202 << "layout(location = 0) out float out_color;\n"
208 << " out_color = float(tempResult);\n"
216 << "layout(location = 0) out uint out_color;\n"
219 << " out_color = uint(in_color);\n"
vktSubgroupsVoteTests.cpp 241 << "layout(location = 0) out vec4 out_color;\n"
258 << " out_color.r = float(result);\n";
267 << "out_color.r = float(result);\n";
278 << " out_color.x = float(result);\n";
289 << "layout(location = 0) out vec4 out_color;\n"
292 << " out_color = in_color;\n"
vktSubgroupsBallotBroadcastTests.cpp 226 << "layout(location = 0) out float out_color;\n"
236 << " out_color = float(tempResult);\n"
246 << "layout(location = 0) out uint out_color;\n"
249 << " out_color = uint(in_color);\n"
vktSubgroupsBallotOtherTests.cpp 321 << "layout(location = 0) out float out_color;\n"
326 << " out_color = float(tempResult);\n"
335 << "layout(location = 0) out uint out_color;\n"
338 << " out_color = uint(in_color);\n"
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 477 << "layout(location = 0) out vec4 out_color;\n"
481 << " out_color = in_color;\n"
502 << "layout(location = 0) out vec4 out_color;\n"
508 << " out_color = in_color[0];\n"
513 << " out_color = in_color[0];\n"
518 << " out_color = in_color[0];\n"
523 << " out_color = in_color[0];\n"
536 << "layout(location = 0) out vec4 out_color;\n"
540 << " out_color = in_color;\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 537 // layout(location = 1) out vec4 out_color[];
540 // out_color[gl_InvocationID] = testfun(in_color[gl_InvocationID]);
563 "OpName %BP_out_color \"out_color\"\n"
680 // layout(location = 1) out vec4 out_color;
690 // out_color = testfun(interpolate(in_color));
722 "OpName %BP_out_color \"out_color\"\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 565 << "layout(location = 0) out vec4 out_color;\n"
588 << " out_color = color;\n"
592 << " out_color = color;\n"
596 << " out_color = color;\n"
600 << " out_color = color;\n"
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawNegativeViewportHeightTests.cpp 475 << "layout(location = 0) out vec4 out_color;\n"
480 << " out_color = vec4(1.0);\n"
482 << " out_color = vec4(vec3(0.5), 1.0);\n"
vktDrawInstancedTests.cpp 255 "layout(location = 0) out vec4 out_color;\n"
263 " out_color = in_color + vec4(float(gl_InstanceIndex) / params.instanceCount, 0.0, 0.0, 1.0) + in_color_2;\n"
268 "layout(location = 0) out vec4 out_color;\n"
271 " out_color = in_color;\n"
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 191 "out vec4 out_color;\n"
228 " out_color = mix(x_0_color, x_1_color, interp.y);\n"
406 "out vec4 out_color;\n"
451 " out_color = texelFetch(texSampler, "
509 " out_color = sample_%d_0;\n",
539 "out gvec4 out_color;\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 766 << "layout(location = 0) out vec4 out_color;\n"
773 << " out_color = vec4(1.0, 0.5 * (v_position.x + 1.0), 0.0, 1.0);\n"
805 << "layout(location = 0) out vec4 out_color[];\n"
822 << " out_color[gl_InvocationID] = in_color[gl_InvocationID];\n"
855 << "layout(location = 0) out vec4 out_color;\n"
867 << " out_color = (in_color[0] + in_color[1] + in_color[2]) / 3.0;\n"
    [all...]

Completed in 895 milliseconds

1 2