Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking_unittest.cpp63 std::vector<sh::Varying> varyings; in MakeVaryings() local
89 void AddVaryings(std::vector<sh::Varying> *varyings, GLenum type, size_t count, size_t arraySize) in AddVaryings()
116 std::vector<sh::Varying> varyings = MakeVaryings(GL_FLOAT_VEC3, kMaxVaryings, 0); in TEST_P() local
143 std::vector<sh::Varying> varyings = MakeVaryings(GL_FLOAT_VEC3, kMaxVaryings / 2, 2); in TEST_P() local
151 std::vector<sh::Varying> varyings = MakeVaryings(GL_FLOAT_VEC3, kMaxVaryings / 2, 2); in TEST_P() local
159 auto varyings = MakeVaryings(GL_FLOAT_MAT2, kMaxVaryings / 2 + 1, 0); in TEST_P() local
/third_party/skia/third_party/externals/angle2/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()
970 const ProgramMergedVaryings &varyings, in linkValidateTransformFeedback()
1087 const ProgramMergedVaryings &varyings, in gatherTransformFeedbackVaryings()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_varyings.h74 panvk_varying_buf_index(const struct panvk_varyings_info *varyings, in panvk_varying_buf_index()
125 panvk_varying_size(const struct panvk_varyings_info *varyings, in panvk_varying_size()
140 panvk_varyings_buf_count(struct panvk_varyings_info *varyings) in panvk_varyings_buf_count()
147 panvk_varyings_alloc(struct panvk_varyings_info *varyings, in panvk_varyings_alloc()
Dpanvk_vX_cs.c103 const struct panvk_varyings_info *varyings, in panvk_varying_hw_format()
140 const struct panvk_varyings_info *varyings, in panvk_emit_varying()
174 panvk_emit_varying_buf(const struct panvk_varyings_info *varyings, in panvk_emit_varying_buf()
/third_party/vk-gl-cts/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
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderVariable_test.cpp295 const std::vector<sh::Varying> *varyings = sh::GetOutputVaryings(compiler); in TEST() local
337 const std::vector<sh::Varying> *varyings = sh::GetOutputVaryings(compiler); in TEST() local
383 const std::vector<sh::Varying> *varyings = sh::GetOutputVaryings(compiler); in TEST() local
/third_party/skia/third_party/externals/angle2/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
/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitivePacket.cpp38 …itter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int pr… in EmitVertex()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c321 uint32_t varyings, in emit_flat_shade_flags()
339 uint32_t varyings, in emit_noperspective_flags()
356 uint32_t varyings, in emit_centroid_flags()
/third_party/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()
273 struct hash_table *varyings, in lower_io_arrays_to_elements()
Dnir_xfb_info.h64 nir_xfb_varying_info varyings[0]; member
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c90 struct pan_shader_varying *varyings, in collect_varyings()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_gs_variant.cpp60 uint64_t varyings = key->varyings.mask; in d3d12_make_passthrough_gs() local
149 uint64_t varyings = key->varyings.mask; in d3d12_begin_emit_primitives_gs() local
Dd3d12_nir_passes.c697 nir_variable **varyings) in lower_triangle_strip_store()
718 nir_variable **varyings, in lower_triangle_strip_emit_vertex()
/third_party/flutter/skia/gm/
Dfwidth_squircle.cpp90 auto* varyings = args.fVaryingHandler; in onEmitCode() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaPrecision.cpp177 const char* varyings[] = { "resultFma", "resultStd" }; in initTest() local
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp379 GrGLSLVaryingHandler* varyings = args.fVaryingHandler; in onEmitCode() local
599 GrGLSLVaryingHandler* varyings = args.fVaryingHandler; in onEmitCode() local
/third_party/vk-gl-cts/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
/third_party/mesa3d/src/mesa/main/
Dtransformfeedback.c875 const GLchar *const *varyings, GLenum bufferMode) in transform_feedback_varyings()
910 const GLchar *const *varyings, in _mesa_TransformFeedbackVaryings_no_error()
921 const GLchar * const *varyings, in _mesa_TransformFeedbackVaryings()
/third_party/vk-gl-cts/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
/third_party/skia/gm/
Dfwidth_squircle.cpp109 auto* varyings = args.fVaryingHandler; in makeProgramImpl() local
/third_party/vk-gl-cts/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

12345