Home
last modified time | relevance | path

Searched defs:varyings (Results 1 – 25 of 67) sorted by relevance

123

/external/angle/src/libANGLE/
DVaryingPacking_unittest.cpp70 std::vector<sh::ShaderVariable> varyings; in MakeVaryings() local
96 void AddVaryings(std::vector<sh::ShaderVariable> *varyings, in AddVaryings()
126 std::vector<sh::ShaderVariable> varyings = MakeVaryings(GL_FLOAT_VEC3, kMaxVaryings, 0); in TEST_P() local
153 std::vector<sh::ShaderVariable> varyings = MakeVaryings(GL_FLOAT_VEC3, kMaxVaryings / 2, 2); in TEST_P() local
161 std::vector<sh::ShaderVariable> varyings = MakeVaryings(GL_FLOAT_VEC3, kMaxVaryings / 2, 2); in TEST_P() local
169 auto varyings = MakeVaryings(GL_FLOAT_MAT2, kMaxVaryings / 2 + 1, 0); in TEST_P() local
DProgramExecutable.cpp38 const sh::ShaderVariable *FindOutputVaryingOrField(const ProgramMergedVaryings &varyings, in FindOutputVaryingOrField()
1006 const ProgramMergedVaryings &varyings, in linkValidateTransformFeedback()
1123 const ProgramMergedVaryings &varyings, in gatherTransformFeedbackVaryings()
/external/skia/tests/
DCustomMeshTest.cpp42 SkSpan<const Varying> varyings, in make_description()
76 SkSpan<const Varying> varyings, in check_for_failure()
93 SkSpan<const Varying> varyings, in check_for_success()
427 std::vector<Varying> varyings; in test_too_many_varyings() local
/external/skia/src/core/
DSkCustomMesh.cpp176 SkSpan<const Varying> varyings, in Make()
218 SkSpan<const Varying> varyings, in MakeFromSourceWithStructs()
305 SkSpan<const Varying> varyings, in SkCustomMeshSpecification()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAdjacency.cpp294 const char* varyings[] = { "out_adjacent_geometry", "out_geometry" }; in initTest() local
300 const char* varyings[] = { "gl_Position" }; in initTest() local
/external/angle/src/tests/compiler_tests/
DShaderVariable_test.cpp295 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST() local
337 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST() local
383 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST() local
DCollectVariables_test.cpp547 const std::vector<ShaderVariable> &varyings = mTranslator->getOutputVaryings(); in TEST_F() local
1040 const auto &varyings = mTranslator->getOutputVaryings(); in TEST_F() local
1625 const std::vector<ShaderVariable> &varyings = mTranslator->getInputVaryings(); in TEST_F() local
2117 const auto &varyings = mTranslator->getOutputVaryings(); in TEST_F() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c320 uint32_t varyings, in emit_flat_shade_flags()
338 uint32_t varyings, in emit_noperspective_flags()
355 uint32_t varyings, in emit_centroid_flags()
/external/deqp/framework/referencerenderer/
DrrPrimitivePacket.cpp38 …itter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int pr… in EmitVertex()
DrrShadingContext.hpp42 …const GenericVec4* varyings[3]; //!< Vertex shader outputs. Pointer will be NULL if there is no… member
/external/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c30 nir_xfb_varyings_info *varyings, in add_var_xfb_varying()
67 nir_xfb_varyings_info *varyings, in add_var_xfb_outputs()
Dnir_lower_io_arrays_to_elements.c114 struct hash_table *varyings) in lower_array()
275 struct hash_table *varyings, in lower_io_arrays_to_elements()
Dnir_xfb_info.h64 nir_xfb_varying_info varyings[0]; member
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaPrecision.cpp177 const char* varyings[] = { "resultFma", "resultStd" }; in initTest() local
/external/mesa3d/src/mesa/main/
Dtransformfeedback.c872 const GLchar *const *varyings, GLenum bufferMode) in transform_feedback_varyings()
907 const GLchar *const *varyings, in _mesa_TransformFeedbackVaryings_no_error()
918 const GLchar * const *varyings, in _mesa_TransformFeedbackVaryings()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderXFB.cpp189 const char* const* varyings, bool should_succeed) in createSeparableProgram()
DesextcTessellationShaderTessellation.cpp578 const char* varyings[] = { "te_tc_primitive_id", "te_primitive_id" }; in initRun() local
1190 const char* varyings[] = { "te_tc_invocation_id", "te_tc_patch_vertices_in", "te_tc_primitive_id", in initRun() local
1951 const char* varyings[] = { "result_uvw" }; in initTestDescriptor() local
DesextcTessellationShaderVertexOrdering.cpp373 const char* varyings[] = { "result_uvw" }; in initTestIteration() local
DesextcTessellationShaderTriangles.cpp378 const char* varyings[] = { "result_uvw" }; in initTestDescriptor() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageTextureSize.cpp539 const char* varyings[] = { "texture_std_size", "texture_shw_size" }; in configureProgram() local
662 const char* varyings[] = { "texture_std_size", "texture_shw_size" }; in configureProgram() local
818 const char* varyings[] = { "texture_std_size", "texture_shw_size" }; in configureProgram() local
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1433 virtual const char** varyings() in varyings() function in gl3cts::TransformFeedbackOverflowQuerySingleStreamBase
1906 virtual const char** varyings() in varyings() function in gl3cts::TransformFeedbackOverflowQueryMultipleStreamsOneBufferPerStream
2065 virtual const char** varyings() in varyings() function in gl3cts::TransformFeedbackOverflowQueryMultipleStreamsMultipleBufferPerStream
/external/skia/gm/
Dfwidth_squircle.cpp109 auto* varyings = args.fVaryingHandler; in makeProgramImpl() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.h145 struct etna_varying varyings[ETNA_NUM_INPUTS]; member
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c283 mali_ptr varyings, void *job) in panfrost_draw_emit_vertex()
332 mali_ptr fs_vary, mali_ptr varyings, in panfrost_draw_emit_tiler()
516 mali_ptr varyings = 0, vs_vary = 0, fs_vary = 0, pos = 0, psiz = 0; in panfrost_draw_vbo() local
/external/skia/src/gpu/ops/
DDrawCustomMeshOp.cpp184 std::vector<GrGLSLVarying> varyings; in onEmitCode() local
533 std::vector<Varying> varyings; in make_vertices_spec() local

123