OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_size
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/compiler/
glsl_types.h
660
unsigned
atomic_size
() const
function in struct:glsl_type
665
return length * fields.array->
atomic_size
();
675
return
atomic_size
() > 0;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc
270
//
atomic_size
= max(32, element_size);
271
// cas_new_output_address = alloca(
atomic_size
);
272
// cas_old_output_address = alloca(
atomic_size
);
273
// if (
atomic_size
!= element_size) {
302
int
atomic_size
= (element_size < 32) ? 32 : element_size;
local
303
llvm::Type* atomic_type = ir_builder_.getIntNTy(
atomic_size
);
[
all
...]
Completed in 248 milliseconds