Home
last modified time | relevance | path

Searched refs:vert (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/external/angle/third_party/glslang/src/Test/
Druntests25 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
38 $EXE -l -q -C reflection.vert > $TARGETDIR/reflection.vert.out
39 diff -b $BASEDIR/reflection.vert.out $TARGETDIR/reflection.vert.out || HASERROR=1
40 …variables --reflect-unwrap-io-blocks reflection.options.vert > $TARGETDIR/reflection.options.vert.…
41 diff -b $BASEDIR/reflection.options.vert.out $TARGETDIR/reflection.options.vert.out || HASERROR=1
48 $EXE -l -q -C reflection.linked.vert reflection.linked.frag > $TARGETDIR/reflection.linked.out
50 …-reflect-all-block-variables --reflect-unwrap-io-blocks reflection.linked.vert reflection.linked.f…
52 $EXE -D -Od -e flizv -l -q -C -V -Od hlsl.reflection.vert > $TARGETDIR/hlsl.reflection.vert.out
53 diff -b $BASEDIR/hlsl.reflection.vert.out $TARGETDIR/hlsl.reflection.vert.out || HASERROR=1
63 $EXE -i -C *.vert *.geom *.frag *.tesc *.tese *.comp > $TARGETDIR/singleThread.out
[all …]
Dweb.testlist1 web.builtins.vert
3 web.basic.vert
/external/deqp-deps/glslang/Test/
Druntests25 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
38 $EXE -l -q -C reflection.vert > $TARGETDIR/reflection.vert.out
39 diff -b $BASEDIR/reflection.vert.out $TARGETDIR/reflection.vert.out || HASERROR=1
40 …variables --reflect-unwrap-io-blocks reflection.options.vert > $TARGETDIR/reflection.options.vert.…
41 diff -b $BASEDIR/reflection.options.vert.out $TARGETDIR/reflection.options.vert.out || HASERROR=1
48 $EXE -l -q -C reflection.linked.vert reflection.linked.frag > $TARGETDIR/reflection.linked.out
50 …-reflect-all-block-variables --reflect-unwrap-io-blocks reflection.linked.vert reflection.linked.f…
52 $EXE -D -Od -e flizv -l -q -C -V -Od hlsl.reflection.vert > $TARGETDIR/hlsl.reflection.vert.out
53 diff -b $BASEDIR/hlsl.reflection.vert.out $TARGETDIR/hlsl.reflection.vert.out || HASERROR=1
63 $EXE -i -C *.vert *.geom *.frag *.tesc *.tese *.comp > $TARGETDIR/singleThread.out
[all …]
Dweb.testlist1 web.builtins.vert
3 web.basic.vert
/external/mesa3d/src/mesa/swrast/
Ds_points.c54 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) in get_size() argument
60 size = vert->pointSize; in get_size()
82 sprite_point(struct gl_context *ctx, const SWvertex *vert) in sprite_point() argument
91 CULL_INVALID(vert); in sprite_point()
95 span.z = FloatToFixed(vert->attrib[VARYING_SLOT_POS][2] + 0.5F); in sprite_point()
97 span.z = (GLuint) (vert->attrib[VARYING_SLOT_POS][2] + 0.5F); in sprite_point()
100 size = get_size(ctx, vert, GL_FALSE); in sprite_point()
108 span.red = ChanToFixed(vert->color[0]); in sprite_point()
109 span.green = ChanToFixed(vert->color[1]); in sprite_point()
110 span.blue = ChanToFixed(vert->color[2]); in sprite_point()
[all …]
/external/mesa3d/.gitlab-ci/piglit/
Dglslparser.txt136 spec/amd_conservative_depth/preprocessor/disabled-defined-compat.vert: skip
142 spec/amd_conservative_depth/preprocessor/disabled-defined-core.vert: skip
144 spec/amd_conservative_depth/preprocessor/disabled-undefined-compat.vert: skip
150 spec/amd_conservative_depth/preprocessor/disabled-undefined-core.vert: skip
152 spec/amd_shader_stencil_export/preprocessor/disabled-defined-compat.vert: skip
158 spec/amd_shader_stencil_export/preprocessor/disabled-defined-core.vert: skip
160 spec/amd_shader_stencil_export/preprocessor/disabled-undefined-compat.vert: skip
166 spec/amd_shader_stencil_export/preprocessor/disabled-undefined-core.vert: skip
168 spec/amd_shader_trinary_minmax/preprocessor/disabled-defined-compat.vert: skip
174 spec/amd_shader_trinary_minmax/preprocessor/disabled-defined-core.vert: skip
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h457 uint32_t vert[MAX_NUM_VERTS_PER_PRIM]; member
462 typedef void (PA_STATE_CUT::*PFN_PA_FUNC)(uint32_t vert, bool finish);
914 this->vert[this->curIndex] = index; in ProcessVertTriStrip()
919 this->indices[0][this->numPrimsAssembled] = this->vert[0]; in ProcessVertTriStrip()
922 this->indices[1][this->numPrimsAssembled] = this->vert[2]; in ProcessVertTriStrip()
923 this->indices[2][this->numPrimsAssembled] = this->vert[1]; in ProcessVertTriStrip()
927 this->indices[1][this->numPrimsAssembled] = this->vert[1]; in ProcessVertTriStrip()
928 this->indices[2][this->numPrimsAssembled] = this->vert[2]; in ProcessVertTriStrip()
935 this->vert[0] = this->vert[1]; in ProcessVertTriStrip()
936 this->vert[1] = this->vert[2]; in ProcessVertTriStrip()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c48 struct brw_reg vert[3]; member
97 struct brw_reg vert, in get_vue_slot() argument
103 return brw_vec4_grf(vert.nr + off, sub * 4); in get_vue_slot()
110 struct brw_reg vert, in get_varying() argument
115 return get_vue_slot(c, vert, vue_slot); in get_varying()
128 struct brw_reg vert ) in copy_bfc() argument
137 get_varying(c, vert, VARYING_SLOT_COL0+i), in copy_bfc()
138 get_varying(c, vert, VARYING_SLOT_BFC0+i)); in copy_bfc()
170 case 3: copy_bfc(c, c->vert[2]); /* fallthrough */ in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); /* fallthrough */ in do_twoside_color()
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dspv.noLocation.vert.out1 spv.noLocation.vert
2 ERROR: spv.noLocation.vert:4: 'location' : SPIR-V requires location for user input/output
3 ERROR: spv.noLocation.vert:8: 'location' : SPIR-V requires location for user input/output
4 ERROR: spv.noLocation.vert:19: 'location' : SPIR-V requires location for user input/output
5 ERROR: spv.noLocation.vert:25: 'location' : SPIR-V requires location for user input/output
6 ERROR: spv.noLocation.vert:29: 'location' : SPIR-V requires location for user input/output
Dhlsl.includeNegative.vert.out1 hlsl.includeNegative.vert
5 ERROR: hlsl.includeNegative.vert:7: '#error' : in main
6 hlsl.includeNegative.vert(8): error at column 0, HLSL parsing failed.
Dspv.looseUniformNoLoc.vert.out1 spv.looseUniformNoLoc.vert
2 ERROR: spv.looseUniformNoLoc.vert:9: 'uv' : non-opaque uniform variables need a layout(location=L)
/external/deqp-deps/glslang/Test/baseResults/
Dspv.noLocation.vert.out1 spv.noLocation.vert
2 ERROR: spv.noLocation.vert:4: 'location' : SPIR-V requires location for user input/output
3 ERROR: spv.noLocation.vert:8: 'location' : SPIR-V requires location for user input/output
4 ERROR: spv.noLocation.vert:19: 'location' : SPIR-V requires location for user input/output
5 ERROR: spv.noLocation.vert:25: 'location' : SPIR-V requires location for user input/output
6 ERROR: spv.noLocation.vert:29: 'location' : SPIR-V requires location for user input/output
Dhlsl.includeNegative.vert.out1 hlsl.includeNegative.vert
5 ERROR: hlsl.includeNegative.vert:7: '#error' : in main
6 hlsl.includeNegative.vert(8): error at column 0, HLSL parsing failed.
/external/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py114 def vert( intype, outtype, v0 ): function
121 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
124 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
125 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
128 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
129 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
130 print(' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';')
133 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
134 print(' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';')
135 print(' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';')
[all …]
/external/deqp/modules/gles3/stress/
Des3sLongRunningShaderTests.cpp126 std::ostringstream vert, frag; in genSources() local
128 vert << "#version 300 es\n" in genSources()
135 vert << "in highp int a_iterCount;\n"; in genSources()
138 vert << "flat out highp int v_iterCount;\n"; in genSources()
143 (isVertCase ? vert : frag) << "uniform highp int u_iterCount;\n"; in genSources()
147 vert << "out mediump vec4 v_color;\n"; in genSources()
153 vert << "\nvoid main (void)\n{\n" in genSources()
158 vert << " v_iterCount = a_iterCount;\n"; in genSources()
167 std::ostringstream& op = isVertCase ? vert : frag; in genSources()
197 vert << " v_color = color;\n"; in genSources()
[all …]
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp625 BezierVertex** vert) { in add_conics() argument
626 bloat_quad(p, toDevice, toSrc, *vert); in add_conics()
627 set_conic_coeffs(p, *vert, weight); in add_conics()
628 *vert += kQuadNumVertices; in add_conics()
635 BezierVertex** vert) { in add_quads() argument
640 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert); in add_quads()
641 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert); in add_quads()
643 bloat_quad(p, toDevice, toSrc, *vert); in add_quads()
644 set_uv_quad(p, *vert); in add_quads()
645 *vert += kQuadNumVertices; in add_quads()
[all …]
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp625 BezierVertex** vert) { in add_conics() argument
626 bloat_quad(p, toDevice, toSrc, *vert); in add_conics()
627 set_conic_coeffs(p, *vert, weight); in add_conics()
628 *vert += kQuadNumVertices; in add_conics()
635 BezierVertex** vert) { in add_quads() argument
640 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert); in add_quads()
641 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert); in add_quads()
643 bloat_quad(p, toDevice, toSrc, *vert); in add_quads()
644 set_uv_quad(p, *vert); in add_quads()
645 *vert += kQuadNumVertices; in add_quads()
[all …]
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp131 SkSL::String vert((char*) cached.data() + offset, vertSize); in loadShadersFromCache() local
161 vert, in loadShadersFromCache()
184 void GrVkPipelineStateBuilder::storeShadersInCache(const SkSL::String& vert, in storeShadersInCache() argument
194 size_t dataLength = (sizeof(shader_size) + sizeof(SkSL::Program::Inputs)) * 3 + vert.length() + in storeShadersInCache()
200 *((shader_size*) (data.get() + offset)) = (shader_size) vert.length(); in storeShadersInCache()
202 memcpy(data.get() + offset, vert.data(), vert.length()); in storeShadersInCache()
203 offset += vert.length(); in storeShadersInCache()
294 SkSL::String vert; in finalize() local
306 &vert, in finalize()
330 this->storeShadersInCache(vert, vertInputs, frag, fragInputs, geom, geomInputs); in finalize()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c421 uint vert; in iter_declaration() local
422 for (vert = 0; vert < ctx->implied_array_size; ++vert) { in iter_declaration()
424 fill_scan_register2d(reg, file, i, vert); in iter_declaration()
429 uint vert; in iter_declaration() local
430 for (vert = 0; vert < ctx->implied_out_array_size; ++vert) { in iter_declaration()
432 fill_scan_register2d(reg, file, i, vert); in iter_declaration()
/external/skqp/tools/viewer/
DImGuiLayer.cpp126 const ImDrawVert& vert = drawList->VtxBuffer[j]; in onPaint() local
127 pos.push_back(SkPoint::Make(vert.pos.x, vert.pos.y)); in onPaint()
128 uv.push_back(SkPoint::Make(vert.uv.x, vert.uv.y)); in onPaint()
129 color.push_back(vert.col); in onPaint()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c762 radeonVertex vert; in r200PointsBitmap() local
843 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, color[0]); in r200PointsBitmap()
844 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.green, color[1]); in r200PointsBitmap()
845 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.blue, color[2]); in r200PointsBitmap()
846 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.alpha, color[3]); in r200PointsBitmap()
849 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, rc[0]); in r200PointsBitmap()
850 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.green, rc[1]); in r200PointsBitmap()
851 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.blue, rc[2]); in r200PointsBitmap()
852 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.alpha, rc[3]); in r200PointsBitmap()
856 vert.tv.z = ctx->Current.RasterPos[2]; in r200PointsBitmap()
[all …]
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c593 void *vert) in generic_run_one() argument
600 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset; in generic_run_one()
664 char *vert = output_buffer; in generic_run_elts() local
668 generic_run_one(tg, *elts++, start_instance, instance_id, vert); in generic_run_elts()
669 vert += tg->translate.key.output_stride; in generic_run_elts()
682 char *vert = output_buffer; in generic_run_elts16() local
686 generic_run_one(tg, *elts++, start_instance, instance_id, vert); in generic_run_elts16()
687 vert += tg->translate.key.output_stride; in generic_run_elts16()
700 char *vert = output_buffer; in generic_run_elts8() local
704 generic_run_one(tg, *elts++, start_instance, instance_id, vert); in generic_run_elts8()
[all …]
/external/skia/tools/viewer/
DImGuiLayer.cpp135 const ImDrawVert& vert = drawList->VtxBuffer[j]; in onPaint() local
136 pos.push_back(SkPoint::Make(vert.pos.x, vert.pos.y)); in onPaint()
137 uv.push_back(SkPoint::Make(vert.uv.x, vert.uv.y)); in onPaint()
138 color.push_back(vert.col); in onPaint()
/external/angle/third_party/VulkanMemoryAllocator/src/Shaders/
DCompileShaders.bat1 %VULKAN_SDK%/Bin32/glslangValidator.exe -V -o ../../bin/Shader.vert.spv Shader.vert
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp453 std::ostringstream vert; in initShaderSources() local
455 std::ostringstream& op = isVtxCase ? vert : frag; in initShaderSources()
457 vert << "attribute highp vec4 a_position;\n" in initShaderSources()
461 vert << "attribute " << coordPrecName << " float a_in1;\n"; in initShaderSources()
465 vert << "varying mediump vec4 v_color;\n"; in initShaderSources()
470 vert << "varying " << coordPrecName << " " << coordTypeName << " v_texCoord;\n"; in initShaderSources()
475 vert << "varying " << coordPrecName << " float v_lodBias;\n"; in initShaderSources()
483 vert << "\nvoid main()\n{\n" in initShaderSources()
488 vert << "\tv_color = "; in initShaderSources()
510 vert << "\tv_texCoord = a_in0;\n"; in initShaderSources()
[all …]

12345678910>>...24