| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CopyTextureForBrowserHelper.cpp | 201 VertexState vertex = {}; in GetOrCreateCopyTextureForBrowserPipeline() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | VertexFormatTests.cpp | 381 DoVertexFormatTest(wgpu::VertexFormat format, std::vector<VertexType> vertex, std::vector<ExpectedType> expectedData) DoVertexFormatTest() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsBallotTests.cpp | 103 const string vertex = in initFrameBufferPrograms() local
|
| H A D | vktSubgroupsBuiltinMaskVarTests.cpp | 216 const string vertex = in initFrameBufferPrograms() local
|
| H A D | vktSubgroupsBuiltinVarTests.cpp | 430 const string vertex = in initFrameBufferPrograms() local 1103 const string vertex = in initPrograms() local
|
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | gs-test.c | 55 struct vertex { struct
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_vbo.c | 293 struct nv50_vertex_stateobj *vertex = nv50->vertex; in nv50_vertex_arrays_validate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsBuiltinMaskVarTests.cpp | 216 const string vertex = in initFrameBufferPrograms() local
|
| H A D | vktSubgroupsBuiltinVarTests.cpp | 430 const string vertex = in initFrameBufferPrograms() local 1103 const string vertex = in initPrograms() local
|
| H A D | vktSubgroupsVoteTests.cpp | 237 const string vertex = in initFrameBufferProgramsFrag() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseTextureClampTests.cpp | 340 std::string vertex = stc_vertex_common; in verifyLookupTextureData() local 855 std::string vertex = stc_vertex_common; in verifyLookupTextureData() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| H A D | esextcTessellationShaderIsolines.cpp | 334 const float* vertex = (&test_result.rendered_data[0]) + n_vertex * 3; /* components */ in checkNoLineSegmentIsDefinedAtHeightOne() local 418 const float* vertex = (&test_result.rendered_data[0]) + n_vertex * 3; /* components */ countIsolines() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsArithmeticTests.cpp | 665 const std::string vertex = in initPrograms() local
|
| H A D | glcSubgroupsBasicTests.cpp | 511 std::ostringstream vertex; in initFrameBufferPrograms() local 750 std::ostringstream vertex; in initPrograms() local 991 std::ostringstream vertex; in initPrograms() local [all...] |
| H A D | glcSubgroupsPartitionedTests.cpp | 596 const std::string vertex = in initPrograms() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | renderer_utils.h | 295 In vertex = inIndices[curIndex]; in LineLoopRestartIndexCountHelper() local 346 In vertex = inIndices[curIndex]; in CopyLineLoopIndicesWithRestart() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexRoutine.cpp | 741 void VertexRoutine::writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cache) in writeVertex() argument 755 void VertexRoutine::transformFeedback(const Pointer<Byte> &vertex, const UInt &primitiveNumber, const UInt &indexInPrimitive) in transformFeedback() argument [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tess.c | 130 build_local_offset(nir_builder *b, struct state *state, nir_ssa_def *vertex, in build_local_offset() argument 406 build_per_vertex_offset(nir_builder *b, struct state *state, nir_ssa_def *vertex, uint32_t location, uint32_t comp, nir_ssa_def *offset) build_per_vertex_offset() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_renderer.c | 146 float *vertex = r->buffer + r->buffer_size; in add_vertex_none() local 159 float *vertex = r->buffer + r->buffer_size; in add_vertex_1tex() local 178 float *vertex = r->buffer + r->buffer_size; add_vertex_2tex() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_nir.c | 583 nir_ssa_def *vertex = nir_load_vertex_id(&b); in dzn_nir_blit_vs() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | rastpos.c | 141 shade_rastpos(struct gl_context *ctx, const GLfloat vertex[4], const GLfloat normal[3], GLfloat Rcolor[4], GLfloat Rspec[4]) shade_rastpos() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.h | 68 struct nv30_vertex_stateobj *vertex; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 318 const struct nvc0_vertex_stateobj *vertex in nvc0_validate_vertex_buffers() local 438 struct nvc0_vertex_stateobj *vertex = nvc0->vertex; nvc0_vertex_arrays_validate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateLineWidthTests.cpp | 347 Move<VkShaderModule> vertex = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert")); in iterate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | VertexRoutine.cpp | 697 void VertexRoutine::writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cacheEntry) in writeVertex() argument [all...] |