/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/tesc/ |
D | load-control-point-array-of-struct.tesc | 47 struct VertexData 78 …VertexData, 32> _19 = spvUnsafeArray<VertexData, 32>({ VertexData{ float4x4(gl_in[0].VertexData_a_… 79 spvUnsafeArray<VertexData, 32> tmp; 82 …VertexData _30 = VertexData{ float4x4(gl_in[_27].VertexData_a_0, gl_in[_27].VertexData_a_1, gl_in[… 83 VertexData tmp_single = _30;
|
D | load-control-point-array-of-struct.multi-patch.tesc | 47 struct VertexData 61 VertexData vInputs; 70 …spvUnsafeArray<VertexData, 32> _19 = spvUnsafeArray<VertexData, 32>({ gl_in[0].vInputs, gl_in[1].v… 71 spvUnsafeArray<VertexData, 32> tmp; 73 VertexData tmp_single = gl_in[gl_InvocationID ^ 1].vInputs;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/ |
D | load-control-point-array-of-struct.tesc | 47 struct VertexData 78 …VertexData, 32> _19 = spvUnsafeArray<VertexData, 32>({ VertexData{ float4x4(gl_in[0].VertexData_a_… 79 spvUnsafeArray<VertexData, 32> tmp;
|
D | load-control-point-array-of-struct.multi-patch.tesc | 47 struct VertexData 61 VertexData vInputs; 70 …spvUnsafeArray<VertexData, 32> _19 = spvUnsafeArray<VertexData, 32>({ gl_in[0].vInputs, gl_in[1].v… 71 spvUnsafeArray<VertexData, 32> tmp;
|
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.h | 103 class VertexData : public SkNVRefCnt<VertexData> { 105 ~VertexData(); 135 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData() function 141 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData() function 157 static sk_sp<VertexData> MakeVertexData(const void* vertices, 160 static sk_sp<VertexData> MakeVertexData(sk_sp<GrGpuBuffer> buffer, 164 std::tuple<sk_sp<VertexData>, sk_sp<SkData>> findVertsWithData( 169 std::tuple<sk_sp<VertexData>, sk_sp<SkData>> addVertsWithData( 171 sk_sp<VertexData>, 197 Entry(const GrUniqueKey& key, sk_sp<VertexData> vertData) in Entry() [all …]
|
D | GrThreadSafeCache.cpp | 16 GrThreadSafeCache::VertexData::~VertexData () { in ~VertexData() 170 sk_sp<VertexData> vertData) { in getEntry() 251 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(const void* vertices, in MakeVertexData() 254 return sk_sp<VertexData>(new VertexData(vertices, vertexCount, vertexSize)); in MakeVertexData() 257 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(sk_sp<GrGpuBuffer> buffer, in MakeVertexData() 260 return sk_sp<VertexData>(new VertexData(std::move(buffer), vertexCount, vertexSize)); in MakeVertexData() 263 std::tuple<sk_sp<GrThreadSafeCache::VertexData>, sk_sp<SkData>> GrThreadSafeCache::internalFindVert… in internalFindVerts() 274 std::tuple<sk_sp<GrThreadSafeCache::VertexData>, sk_sp<SkData>> GrThreadSafeCache::findVertsWithDat… in findVertsWithData() 281 std::tuple<sk_sp<GrThreadSafeCache::VertexData>, sk_sp<SkData>> GrThreadSafeCache::internalAddVerts( in internalAddVerts() 283 sk_sp<VertexData> vertData, in internalAddVerts() [all …]
|
D | GrEagerVertexAllocator.h | 85 sk_sp<GrThreadSafeCache::VertexData> detachVertexData(); 88 sk_sp<GrThreadSafeCache::VertexData> fVertexData;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/tesc/ |
D | load-control-point-array-of-struct.multi-patch.tesc | 5 struct VertexData 12 layout(location = 0) in VertexData vInputs[gl_MaxPatchVertices]; 17 VertexData tmp[gl_MaxPatchVertices] = vInputs; 18 VertexData tmp_single = vInputs[gl_InvocationID ^ 1];
|
D | load-control-point-array-of-struct.tesc | 5 struct VertexData 12 layout(location = 0) in VertexData vInputs[gl_MaxPatchVertices]; 17 VertexData tmp[gl_MaxPatchVertices] = vInputs; 18 VertexData tmp_single = vInputs[gl_InvocationID ^ 1];
|
/third_party/glslang/Test/ |
D | hlsl.structarray.flatten.geom | 2 struct VertexData { 15 void main(line VertexData vin[2], inout TriangleStream<PS_IN> outStream)
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 93 template<typename Quad, typename VertexData> 94 void fill_transformed_vertices_2D(SkZip<Quad, const GrGlyph*, const VertexData> quadData, in fill_transformed_vertices_2D() 117 template<typename Quad, typename VertexData> 118 void fill_transformed_vertices_3D(SkZip<Quad, const GrGlyph*, const VertexData> quadData, in fill_transformed_vertices_3D() 738 template<typename Quad, typename VertexData> 739 void generalized_direct_2D(SkZip<Quad, const GrGlyph*, const VertexData> quadData, in generalized_direct_2D() 835 struct VertexData { struct in __anon0f093dcf0111::TransformedMaskSubRun 846 SkSpan<const VertexData> vertexData, 897 const SkSpan<const VertexData> fVertexData; 908 SkSpan<const VertexData> vertexData, in TransformedMaskSubRun() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 47 class VertexData class 50 VertexData(int dimension, const double *data, unsigned offset, unsigned stride) in VertexData() function in __anon879ca3b10111::VertexData 155 const VertexData &mData; 186 const VertexData &data) const in operator ()() 338 VertexData mCoord; 339 VertexData mColor;
|
/third_party/boost/libs/graph/example/ |
D | interior_pmap_bundled.cpp | 59 struct VertexData struct 69 typedef adjacency_list< vecS, vecS, directedS, VertexData > MyGraphType; in main() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 47 class VertexData class 50 VertexData(int dimension, const double *data, unsigned offset, unsigned stride) in VertexData() function in __anon6ed30ec60111::VertexData 155 const VertexData &mData; 186 const VertexData &data) const in operator ()() 338 VertexData mCoord; 339 VertexData mColor;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 1183 struct VertexData struct in vkt::QueryPool::__anon5b6434210111::GraphicBasicTestInstance 1185 VertexData (const tcu::Vec4 position_, const tcu::Vec4 color_) in VertexData() argument 1207 const std::vector<VertexData>& data, 1229 const std::vector<VertexData>& m_data; 1235 const std::vector<VertexData>& data, in GraphicBasicTestInstance() 1259 … = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_t>( m_data.size() * sizeof(VertexData)), in creatAndFillVertexBuffer() 1266 deMemcpy(ptr, &m_data[0], static_cast<size_t>( m_data.size() * sizeof(VertexData))); in creatAndFillVertexBuffer() 1400 …VertexShaderTestInstance (vkt::Context& context, const std::vector<VertexData>& data, const Parame… 1408 …ce::VertexShaderTestInstance (vkt::Context& context, const std::vector<VertexData>& data, const Pa… in VertexShaderTestInstance() 1446 static_cast<deUint32>(sizeof(VertexData)), // stride; in createPipeline() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 72 struct VertexData struct 128 sizeof(VertexData), // uint32_t stride; in makeGraphicsPipeline() 185 inline VertexData makeVertex (const float x, const float y, const Vec4& color) in makeVertex() 187 const VertexData data = { Vec4(x, y, 0.0f, 1.0f), color }; in makeVertex() 191 std::vector<VertexData> genVertices (const TestPrimitive primitive, const Vec4& renderArea, const V… in genVertices() 193 std::vector<VertexData> vertices; in genVertices() 416 const std::vector<VertexData> m_vertices;
|
/third_party/boost/libs/graph/test/ |
D | csr_graph_test.cpp | 41 struct VertexData struct 51 typedef boost::compressed_sparse_row_graph< boost::directedS, VertexData, argument 55 typedef boost::compressed_sparse_row_graph< boost::bidirectionalS, VertexData, 457 (VertexData&)get(get(boost::vertex_bundle, g), vertex(0, g))); in main() 458 boost::ignore_unused_variable_warning((const VertexData&)get( in main() 461 (VertexData&)get(boost::vertex_bundle, g, vertex(0, g))); in main() 462 boost::ignore_unused_variable_warning((const VertexData&)get( in main() 464 put(boost::vertex_bundle, g, vertex(0, g), VertexData()); in main()
|
/third_party/skia/tests/graphite/ |
D | CommandBufferTest.cpp | 110 struct VertexData { in DEF_GRAPHITE_TEST_FOR_CONTEXTS() struct 114 4*sizeof(VertexData), BufferType::kVertex, PrioritizeGpuReads::kNo); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 117 auto vertices = (VertexData*)vertexBuffer->map(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.structarray.flatten.geom.out | 8 0:16 Function Definition: @main(struct-VertexData-vf4-vf4-vf21[2];struct-PS_IN-vf4-vf4-vf21; ( tem… 146 0:16 Function Call: @main(struct-VertexData-vf4-vf4-vf21[2];struct-PS_IN-vf4-vf4-vf21; ( temp … 167 0:16 Function Definition: @main(struct-VertexData-vf4-vf4-vf21[2];struct-PS_IN-vf4-vf4-vf21; ( tem… 305 0:16 Function Call: @main(struct-VertexData-vf4-vf4-vf21[2];struct-PS_IN-vf4-vf4-vf21; ( temp … 330 Name 9 "VertexData" 331 MemberName 9(VertexData) 0 "position" 332 MemberName 9(VertexData) 1 "color" 333 MemberName 9(VertexData) 2 "uv" 338 … Name 19 "@main(struct-VertexData-vf4-vf4-vf21[2];struct-PS_IN-vf4-vf4-vf21;" 363 9(VertexData): TypeStruct 7(fvec4) 7(fvec4) 8(fvec2) [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11overlaycompositor.cpp | 46 } VertexData; typedef 120 VertexData *vertex_data; in gst_d3d11_composition_overlay_new() 211 buffer_desc.ByteWidth = sizeof (VertexData) * 4; in gst_d3d11_composition_overlay_new() 231 vertex_data = (VertexData *) map.pData; in gst_d3d11_composition_overlay_new() 286 vertex_buffer.Get (), sizeof (VertexData), in gst_d3d11_composition_overlay_new()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11device.cpp | 323 buffer_desc.ByteWidth = sizeof (VertexData) * 4; in prepare_shader() 341 VertexData *vertex_data = (VertexData *) map.pData; in prepare_shader()
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/geom/ |
D | lines.geom | 7 layout(location = 0) in VertexData
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/geom/ |
D | lines.geom | 7 layout(location = 0) in VertexData
|
/third_party/skia/third_party/externals/spirv-cross/shaders/geom/ |
D | lines.geom | 7 layout(location = 0) in VertexData {
|
D | single-invocation.geom | 7 layout(location = 0) in VertexData {
|