Searched defs:is_readonly (Results 1 – 4 of 4) sorted by relevance
2099 …bool is_readonly = flags.get(DecorationNonWritable) && !is_hlsl_force_storage_buffer_as_uav(var.se… in emit_buffer_block() local3259 …bool is_readonly = flags.get(DecorationNonWritable) && !is_hlsl_force_storage_buffer_as_uav(var.se… in to_resource_binding() local3278 …bool is_readonly = flags.get(DecorationNonWritable) && !is_hlsl_force_storage_buffer_as_uav(var.se… in to_resource_binding() local
2250 bool is_readonly = ssbo && flags.get(DecorationNonWritable); in emit_buffer_block_native() local
550 bool is_readonly() { return flags & VLF_READONLY; } in is_readonly() function
3960 const bool is_readonly = (flags & ImGuiInputTextFlags_ReadOnly) != 0; in InputTextEx() local