Home
last modified time | relevance | path

Searched refs:required_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.h238 const unsigned required_bytes = iris_batch_bytes_used(batch) + size; in iris_require_command_space() local
240 if (required_bytes >= BATCH_SZ) { in iris_require_command_space()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.h233 const unsigned required_bytes = crocus_batch_bytes_used(batch) + size; in crocus_require_command_space() local
235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generated_code_proto2_pb.rb39 required :required_bytes, :bytes, 49
/third_party/protobuf/ruby/tests/
H A Dgc_test.rb85 :required_bytes => "b",

Completed in 2 milliseconds