Home
last modified time | relevance | path

Searched refs:size_bytes (Results 26 - 50 of 54) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp305 const auto maxByteSize = Math::min(static_cast<uint32_t>(customData.size_bytes()), in AddMaterialData()
384 const auto maxByteSize = Math::min(static_cast<uint32_t>(customPropertyData.size_bytes()), in AddInstanceMaterialData()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp44 if ((currConstant.offset + constantSize) <= specialization.data.size_bytes()) { in hash()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h49 index_type size_bytes() const { return size_ * sizeof(T); } in size_bytes() function in v8_inspector_protocol_encoding::span
H A Dencoding.cc335 uint64_t byte_length = static_cast<uint64_t>(in.size_bytes()); in EncodeString16Tmpl()
361 static_cast<uint64_t>(in.size_bytes()), out); in EncodeString8Tmpl()
423 uint64_t byte_length = static_cast<uint64_t>(in.size_bytes()); in EncodeBinaryTmpl()
H A Dencoding_test.cc71 EXPECT_EQ(0u, empty.size_bytes()); in TYPED_TEST()
80 EXPECT_EQ(sizeof(TypeParam), singular.size_bytes()); in TYPED_TEST()
90 EXPECT_EQ(sizeof(TypeParam) * 5, five_items.size_bytes()); in TYPED_TEST()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_env.cpp439 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in UpdatePostProcessConfiguration()
H A Drender_node_camera_single_post_process.cpp523 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in ProcessPostProcessConfiguration()
H A Drender_node_camera_cubemap.cpp445 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in ProcessPostProcessConfiguration()
H A Drender_node_default_material_deferred_shading.cpp521 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in UpdatePostProcessConfiguration()
H A Drender_node_default_material_render_slot.cpp575 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in UpdatePostProcessConfiguration()
H A Drender_node_default_camera_controller.cpp1065 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in UpdatePostProcessConfiguration()
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_mip_chain_post_process.cpp236 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in ProcessPostProcessConfiguration()
H A Drender_staging.cpp309 srcSize = ref.imageContainerPtr->GetData().size_bytes();
H A Drender_node_single_post_process.cpp446 if (dataView.data() && (dataView.size_bytes() == sizeof(PostProcessConfiguration))) { in ProcessPostProcessConfiguration()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h468 uint32_t size_bytes; member
H A Diris_program.c1025 bt->size_bytes = next * 4; in iris_setup_binding_table()
1553 bt.size_bytes = 4; in iris_compile_tcs()
H A Diris_state.c4466 pkt.BindingTableEntryCount = shader->bt.size_bytes / 4; \
4680 ps.BindingTableEntryCount = shader->bt.size_bytes / 4; in iris_store_fs_state()
4747 desc.BindingTableEntryCount = MIN2(shader->bt.size_bytes / 4, 31); in iris_store_cs_state()
5076 assert(s < shader->bt.size_bytes / sizeof(uint32_t)); \
7172 .BindingTableEntryCount = MIN2(shader->bt.size_bytes / 4, 31), in iris_upload_compute_walker()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h350 uint32_t size_bytes; member
H A Dcrocus_program.c957 bt->size_bytes = next * 4; in crocus_setup_binding_table()
1465 bt.size_bytes = 4; in crocus_compile_tcs()
2342 bt.size_bytes = BRW_MAX_SOL_BINDINGS * 4; in crocus_compile_ff_gs()
H A Dcrocus_state.c4886 pkt.BindingTableEntryCount = shader->bt.size_bytes / 4; \
6309 ice->shaders.prog[stage]->bt.size_bytes);
6324 ice->shaders.ff_gs_prog->bt.size_bytes);
6468 ps.BindingTableEntryCount = shader->bt.size_bytes / 4;
7275 wm.BindingTableEntryCount = ice->shaders.prog[MESA_SHADER_FRAGMENT]->bt.size_bytes / 4;
8070 ice->shaders.prog[MESA_SHADER_COMPUTE]->bt.size_bytes);
8168 idd.BindingTableEntryCount = MIN2(shader->bt.size_bytes / 4, 31);
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp354 if (const auto arrView = dataStorePod->Get(name); arrView.size_bytes() == sizeof(PostProcessConfiguration)) { in CreateFromPod()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp361 const size_t maxByteSize = Math::min(pushData_.size_in_bytes(), data.size_bytes()); in SetPushConstantData()
H A Dgpu_resource_manager.cpp630 const uint32_t minByteSize = std::min(validDesc.byteSize, (uint32_t)data.size_bytes());
819 const uint32_t stagingBufferByteSize = static_cast<uint32_t>(image->GetData().size_bytes());
861 const uint32_t stagingBufferByteSize = static_cast<uint32_t>(data.size_bytes());
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp733 if (dataView.size_bytes() == sizeof(NodeGraphBackBufferConfiguration)) { in RenderFrameBackendImpl()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2440 unsigned size_bytes = draws[0].count*index_size; in r600_draw_vbo() local
2441 unsigned size_dw = align(size_bytes, 4) / 4; in r600_draw_vbo()

Completed in 67 milliseconds

123