/third_party/mesa3d/src/panfrost/lib/ |
D | pan_indirect_draw.c | 79 nir_ssa_def *offset_start; member 450 builder->jobs.offset_start); in update_job() 527 nir_iand(b, nir_ine(b, builder->jobs.offset_start, zero), in adjust_attrib_offset() 555 builder->jobs.offset_start)); in adjust_attrib_offset() 826 builder->jobs.offset_start = builder->draw.vertex_start; in get_instance_size() 916 builder->jobs.offset_start = nir_iadd(b, min, builder->draw.index_bias); in get_instance_size() 968 builder->jobs.offset_start, 1); in patch()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cs.c | 406 cfg.offset_start = draw->offset_start; in panvk_per_arch() 488 cfg.offset_start = draw->offset_start; in panvk_emit_tiler_dcd()
|
D | panvk_private.h | 500 unsigned offset_start; member
|
D | panvk_vX_cmd_buffer.c | 732 .offset_start = firstVertex, in panvk_per_arch()
|
/third_party/jsoncpp/include/json/ |
D | reader.h | 48 ptrdiff_t offset_start; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.h | 169 unsigned offset_start; member
|
D | pan_cmdstream.c | 1013 uniforms[i].u[0] = batch->ctx->offset_start; in panfrost_upload_sysvals() 1797 src_offset -= buf->stride * ctx->offset_start; in panfrost_emit_vertex_data() 2499 d->offset_start = batch->ctx->offset_start; in pan_emit_draw_descs() 2714 cfg.base_vertex_offset = draw->index_bias - ctx->offset_start; in panfrost_draw_emit_tiler() 2812 ctx->offset_start = min_index + draw->index_bias; in panfrost_direct_draw() 2814 ctx->offset_start = draw->start; in panfrost_direct_draw() 2915 ctx->offset_start = 0; in panfrost_indirect_draw()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 827 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 901 ptrdiff_t offset_start; member 1892 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1242 size_t offset_start; member
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1242 size_t offset_start; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1242 size_t offset_start; member
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 1293 size_t offset_start; member
|
D | jsoncpp.cpp | 1032 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 1108 size_t offset_start; member 2031 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/ |
D | shard_reader.cc | 336 uint64_t offset_start = std::stoull(labels[i][1]) + kInt64Len; in ConvertLabelToJson() local 339 std::vector<uint64_t>{static_cast<uint64_t>(shard_id), group_id, offset_start, offset_end}); in ConvertLabelToJson()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 1047 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 1131 size_t offset_start; member 2005 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 1047 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 1131 size_t offset_start; member 2005 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 1047 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 1131 size_t offset_start; member 2005 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 3931 uint32_t offset_start; member 4072 …for (unsigned i = counter->offset_start / sizeof(uint64_t); i < counter->offset_end / sizeof(uint6… in aggregate_stream_counter() 4075 tgt->count.offset_start = tgt->count.offset_end = 0; in aggregate_stream_counter() 4087 tgt->count.offset_start = tgt->count.offset_end = 0; in crocus_stream_store_prims_written() 4185 tgt->count.offset_start = tgt->count.offset_end; in crocus_set_stream_output_targets() 4191 tgt->count.offset_start = tgt->count.offset_end; in crocus_set_stream_output_targets()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2672 JSONTEST_ASSERT_EQUAL(e.offset_start, a.offset_start) << i; in checkStructuredErrors()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 577 - panfrost: Delay payloads[].offset_start initialization
|