/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.cc | 233 if (kind_ == PRIMITIVE) { in WriteTo() 347 NodeKind kind = PRIMITIVE; in PopulateChildren() 379 if (field.oneof_index() != 0 && kind == PRIMITIVE) continue; in PopulateChildren() 386 kind == PRIMITIVE ? CreateDefaultDataPieceForField( in PopulateChildren() 612 if (child == nullptr || child->kind() != PRIMITIVE) { in RenderDataPiece() 615 CreateNewNode(std::string(name), nullptr, PRIMITIVE, data, false, in RenderDataPiece()
|
H A D | default_value_objectwriter.h | 140 PRIMITIVE = 0, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_split_tmp.h | 54 if (PRIMITIVE(start, count)) in FUNC() 177 #undef PRIMITIVE macro
|
H A D | draw_pt_vsplit_tmp.h | 216 #define PRIMITIVE(istart, icount) \ macro 284 #define PRIMITIVE(istart, icount) FALSE macro
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 496 pan_unpack(p, PRIMITIVE, primitive); in pandecode_primitive() 497 DUMP_UNPACKED(PRIMITIVE, primitive, "Primitive:\n"); in pandecode_primitive() 1028 pandecode_primitive(pan_section_ptr(p, INDEXED_VERTEX_JOB, PRIMITIVE)); in pandecode_indexed_vertex_job() 1053 pandecode_primitive(pan_section_ptr(p, TILER_JOB, PRIMITIVE)); in pandecode_tiler_job() 1073 pan_section_unpack(p, TILER_JOB, PRIMITIVE, primitive); in pandecode_tiler_job() 1287 DUMP_SECTION(MALLOC_VERTEX_JOB, PRIMITIVE, p, "Primitive:\n"); in pandecode_malloc_vertex_job()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 79 PRIMITIVE, member in vkt::MeshShader::__anon28098::Owner 132 DE_ASSERT(!(owner == Owner::PRIMITIVE && interpolation == Interpolation::NORMAL)); in IfaceVar() 202 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 214 << ((owner == Owner::PRIMITIVE) ? "perprimitiveEXT " : "") 227 return ((owner == Owner::PRIMITIVE) ? "ppd" : "pvd") + ("." + getName()); 264 else if (owner == Owner::PRIMITIVE) 290 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 1643 Owner ownerCases[] = { Owner::VERTEX, Owner::PRIMITIVE }; 1681 if (ownerCase == Owner::PRIMITIVE && interpolationCase == Interpolation::NORMAL)
|
H A D | vktMeshShaderMiscTests.cpp | 2931 PRIMITIVE, member in vkt::MeshShader::__anon28099::Owner 2984 DE_ASSERT(!(owner == Owner::PRIMITIVE && interpolation == Interpolation::NORMAL)); in IfaceVar() 3054 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 3066 << ((owner == Owner::PRIMITIVE) ? "perprimitiveNV " : "") 3079 return ((owner == Owner::PRIMITIVE) ? "ppd" : "pvd") + ("." + getName()); 3116 else if (owner == Owner::PRIMITIVE) 3142 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 5154 Owner ownerCases[] = { Owner::VERTEX, Owner::PRIMITIVE }; 5192 if (ownerCase == Owner::PRIMITIVE && interpolationCase == Interpolation::NORMAL)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 79 PRIMITIVE, member in vkt::MeshShader::__anon29329::Owner 132 DE_ASSERT(!(owner == Owner::PRIMITIVE && interpolation == Interpolation::NORMAL)); in IfaceVar() 202 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 214 << ((owner == Owner::PRIMITIVE) ? "perprimitiveEXT " : "") 227 return ((owner == Owner::PRIMITIVE) ? "ppd" : "pvd") + ("." + getName()); 264 else if (owner == Owner::PRIMITIVE) 290 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 1643 Owner ownerCases[] = { Owner::VERTEX, Owner::PRIMITIVE }; 1681 if (ownerCase == Owner::PRIMITIVE && interpolationCase == Interpolation::NORMAL)
|
H A D | vktMeshShaderMiscTests.cpp | 2931 PRIMITIVE, member in vkt::MeshShader::__anon29330::Owner 2984 DE_ASSERT(!(owner == Owner::PRIMITIVE && interpolation == Interpolation::NORMAL)); in IfaceVar() 3054 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 3066 << ((owner == Owner::PRIMITIVE) ? "perprimitiveNV " : "") 3079 return ((owner == Owner::PRIMITIVE) ? "ppd" : "pvd") + ("." + getName()); 3116 else if (owner == Owner::PRIMITIVE) 3142 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 5143 Owner ownerCases[] = { Owner::VERTEX, Owner::PRIMITIVE }; 5181 if (ownerCase == Owner::PRIMITIVE && interpolationCase == Interpolation::NORMAL)
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 437 pan_pack(prim, PRIMITIVE, cfg) { in panvk_emit_tiler_primitive() 499 * PRIMITIVE.first_provoking_vertex field. in panvk_emit_tiler_dcd() 529 section = pan_section_ptr(job, TILER_JOB, PRIMITIVE); in emit_tiler_job()
|
H A D | panvk_vX_meta_clear.c | 207 pan_section_pack(job.cpu, TILER_JOB, PRIMITIVE, cfg) { in panvk_meta_clear_attachment_emit_tiler_job()
|
H A D | panvk_vX_meta_copy.c | 136 pan_section_pack(job.cpu, TILER_JOB, PRIMITIVE, cfg) { in panvk_meta_copy_emit_tiler_job()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 1213 pan_section_pack(job->cpu, TILER_JOB, PRIMITIVE, cfg) { in pan_blit_emit_tiler_job() 1330 pan_section_pack(job.cpu, TILER_JOB, PRIMITIVE, cfg) { in pan_preload_emit_tiler_job()
|
H A D | pan_indirect_draw.c | 406 unsigned prim_offset = pan_section_offset(TILER_JOB, PRIMITIVE); in update_job() 411 /* Update PRIMITIVE.{base_vertex_offset,count} */ in update_job()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 3067 pan_pack(out, PRIMITIVE, cfg) { in panfrost_emit_primitive() 3073 /* For line primitives, PRIMITIVE.first_provoking_vertex must in panfrost_emit_primitive() 3347 * PRIMITIVE.first_provoking_vertex field. in panfrost_emit_draw() 3386 pan_section_ptr(job, MALLOC_VERTEX_JOB, PRIMITIVE)); in panfrost_emit_malloc_vertex() 3472 pan_section_ptr(job, TILER_JOB, PRIMITIVE)); in panfrost_draw_emit_tiler()
|